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.

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 Callback, false otherwise.

IsKeycode

IsKeycode(x) -> boolean

Returns true if the value is a Keycode, 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.