Public API
Function
Helper
Help to determine the value type.
is
isFunctions with the prefix is determine whether the value of any type is of the specified type.
isNot
isNotFunctions with the prefix isNot determine whether the value of any type is not of a specified type.
are
areFunctions with the prefix are determine whether the values of any type are of the specified type.
guard
guardFunctions 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
Was this helpful?