isNot: IsNot {}
isNot: IsNot {}
isNot: IsNot {}
The object
consists of isNot functions.
const isNot: IsNot = Object.freeze({
boolean: isNotBoolean,
defined: isNotDefined,
function: isNotFunction,
null: isNotNull,
number: isNotNumber,
string: isNotString,
undefined: isNotUndefined
});
Last updated
Was this helpful?