Asserts a numeric argument is a real number: not null (undefined), not NaN and not infinite
Asserts a numeric argument is a real number: not null (undefined), not NaN and not infinite
Asserts two arrays are not null (undefined) and are the same legnth
The first array
The first array parameter name
The second array
The second array parameter name
Asserts multiple arrays are not null (undefined) and are the same legnth
The array of arrays
Asserts a parameter is true
The message to show if not true
Asserts the argument is not null
The argument
The argument name
Generated using TypeDoc
Guard class for sanity-checking (null checking, check if property is true, check arrays same length etc...)