Skip to main content

10 docs tagged with "is"

View all tags

is-array

This function determines whether the given value is a real array.

is-boolean

This function determines whether the given value is a primitive boolean.

is-date

This function determines whether the given value is a valid Date object.

is-function

This function determines whether the given value is a real function.

is-nan

This function determines whether the given value is the special NaN value.

is-null

This function determines whether the given value is exactly null.

is-number

This function determines whether the given value is a valid, finite primitive number.

is-plain-object

This function determines whether the given value is a plain object.

is-string

This function determines whether the given value is a primitive string.

is-symbol

This function determines whether the given value is a symbol primitive.