Type of class mixin
Information message color in console
Warning message color in console
Container of rules
Test an object for boolean
6.1.7 The Object Type https://tc39.github.io/ecma262/#sec-object-type
tested instance
Test an object for object and not null
6.1.7 The Object Type https://tc39.github.io/ecma262/#sec-object-type
tested instance
Test an object for not null and not undefined
6.1.7 The Object Type https://tc39.github.io/ecma262/#sec-object-type
tested instance
Test an object for null
6.1.2 The Null Type https://tc39.github.io/ecma262/#sec-ecmascript-language-types-null-type
tested instance
Test an object for null or undefined
6.1.7 The Object Type https://tc39.github.io/ecma262/#sec-object-type
tested instance
Test an object for number
6.1.7 The Object Type https://tc39.github.io/ecma262/#sec-object-type
tested instance
Test an object for object and not null
6.1.7 The Object Type https://tc39.github.io/ecma262/#sec-object-type
tested instance
Test an object for object and not null
6.1.7 The Object Type https://tc39.github.io/ecma262/#sec-object-type
tested instance
Test an object for Symbol 6.1.5 The Symbol Type https://tc39.github.io/ecma262/#sec-ecmascript-language-types-symbol-type
tested instance
Test an object for undefined
6.1.1 The Undefined Type https://tc39.github.io/ecma262/#sec-ecmascript-language-types-undefined-type
tested instance
Cache method call by params
Write into console Deprecated warning for a property
Returns a map of mixables. That is things that can be mixed in
Test a parameter that must matching email pattern
Log method params and result to console
Log function parameter into console
Write into console changes in property
Passed value should not be less than maximum
A maximum value
Passed value should not be greater than minimum
A maximum value for validation
Passed value should not be greater than minimum
A minimum value
Takes a list of classes or object literals and adds their methods to the class calling it.
Passed value should not be empty string
Passed value should not be null
A class of method
A method name
Passed value should be valid in pattern
RegExp instance or the regular expression literal
tryCatch decorator
Validate method's arguments by rules from rulePool
Test decorated parameters for maximal length
A class of method
A method name
Test decorated parameters for minimal length
A class of method
A method name
Test decorated parameters for null or undefined
A class of method
A method name
Test decorated parameters for a pattern
A class of method
A method name
Generated using TypeDoc
Constructor for class type