Skip to content
Arthur Guiot edited this page Oct 14, 2017 · 1 revision

How it works

.is() will compare the type of the initial value with the expected one.

Example

eye.test("Types", "node",
    $ => $("Hello 👋 World 🌎!").is('string')
)

⚠️ Questions?

Don't hesitate to ask your questions ⁉️ in the issue part 😁

Clone this wiki locally