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