Skip to main content

Types

IsArray

IsArray(x) -> boolean

Returns true if the value is an array, false otherwise.

IsBool

IsBool(x) -> boolean

Returns true if the value is a boolean, false otherwise.

IsButton

IsButton(x) -> boolean

Returns true if the value is a button, false otherwise.

IsCategory

IsCategory(x) -> boolean

Returns true if the value is a category, false otherwise.

IsColor

IsColor(x) -> boolean

Returns true if the value is a color, false otherwise.

IsEntity

IsEntity(x) -> boolean

Returns true if the value is an entity, false otherwise.

IsFlag

IsFlag(x) -> boolean

Returns true if the value is a flag, false otherwise.

IsFunc

IsFunc(x) -> boolean

Returns true if the value is a function, false otherwise.

IsMap

IsMap(x) -> boolean

Returns true if the value is a map, false otherwise.

IsNull

IsNull(x) -> boolean

Returns true if the value is null, false otherwise.

IsNullish

IsNullish(x) -> boolean

Returns true if the value is null or undefined, false otherwise.

IsNum

IsNum(x) -> boolean

Returns true if the value is a number, false otherwise.

IsRange

IsRange(x) -> boolean

Returns true if the value is a range, false otherwise.

IsString

IsString(x) -> boolean

Returns true if the value is a string, false otherwise.

IsSymbol

IsSymbol(x) -> boolean

Returns true if the value is a symbol, false otherwise.

IsUndefined

IsUndefined(x) -> boolean

Returns true if the value is undefined, false otherwise.

IsVector

IsVector(x) -> boolean

Returns true if the value is a Vector, false otherwise.