Get a number from any given input.
Optionally, choose the default value if the input value is undefined or null.
Get an object from any given input.
Optionally, choose the default value if the input value is undefined or null.
Get a string from any given input.
Optionally, choose the default value if the input value is undefined or null.
Get a value if it is defined, or else get the default value.
Optionally, choose the default value if the input value is undefined or null.
Get a value if it is defined, or else get null.
Check if a value is a function.
Generated using TypeDoc
Get a boolean from any given input.
Optionally, choose the default value if the input value is undefined or null.