Public API
Function
Helper
Help to determine the value type.
is
Functions with the prefix is determine whether the value of any type is of the specified type.
isNot
Functions with the prefix isNot determine whether the value of any type is not of a specified type.
are
Functions with the prefix are determine whether the values of any type are of the specified type.
guard
Functions with the prefix guard constraint the type and determine the value is of the specified type.
Object
The objects represent the check and guard functions.
Interface
Type
Last updated