is

is.js

new is(actual: any): is
Version: 1.0.0
Parameters
actual (any) something to check
Returns
is: is instance
Static Members
extend(object)
array(object)
object(object)
representation(object, expected)
type(object, expected)
type(object, expected)
typeOf(object, expected)
typeOf(object, expected)
Instance Members
actual
not
array(options?)
boolean(options?)
function()
in(object, options = {mode:'all'})
nan(options?)
null(options?)
number(options?)
object(options?)
oftype(expected, options?)
regexp()
representation(expected)
string(options = {empty:true})
symbol()
undefined(options?)

ExtendCallBack

ExtendCallBack(options: any?, config: any?): boolean

Type: Function

Parameters
options (any?) Optional options parameter
config (any?) Optional config parameter
Returns
boolean:

PluginFunctionMap

PluginFunctionMap

Type: Object<string, ExtendCallBack>

Representation

Representation

Type: ("[object Type]")

Specific

Specific

Type: ("string" | "number" | "boolean" | "array" | "object" | "function" | "symbol" | "null" | "undefined" | "regexp")

Typeof

Typeof

Type: ("bigint" | "boolean" | "function" | "number" | "object" | "string" | "symbol" | "undefined")