DRAFTThis page is not published. Only visible in development mode.
is module

is::type

Check if a value is of a specified type.

Syntax

RQL

Parameters

NameTypeDescription
valueAnyThe value to check the type of
type_nameUtf8The name of the type to check against

Return Value

Returns a Boolean indicating whether the value is of the specified type.

Examples

$ Check if a value is a specific type
$ ctrl+enter to run

Related Functions