Readonly array: ArrayPredicateTest the value to be an array.
Readonly arrayTest the value to be a ArrayBuffer.
Readonly bigint: BigIntPredicateTest the value to be an bigint.
Readonly boolean: BooleanPredicateTest the value to be a boolean.
Readonly dataTest the value to be a DataView.
Readonly date: DatePredicateTest the value to be a Date.
Readonly error: ErrorPredicateTest the value to be an Error.
Readonly float32Test the value to be a Float32Array.
Readonly float64Test the value to be a Float64Array.
Readonly function: Predicate<Function>Test the value to be a Function.
Readonly int16Test the value to be a Int16Array.
Readonly int32Test the value to be a Int32Array.
Readonly int8Test the value to be a Int8Array.
Readonly iterable: Predicate<Iterable<unknown>>Test the value to be Iterable.
Readonly map: MapPredicateTest the value to be a Map.
Readonly nan: Predicate<number>Test the value to be not a number.
Readonly null: Predicate<null>Test the value to be null.
Readonly nullTest the value to be null or undefined.
Readonly number: NumberPredicateTest the value to be a number.
Readonly object: ObjectPredicateTest the value to be an object.
Readonly promise: Predicate<Promise<unknown>>Test the value to be a Promise.
Readonly regTest the value to be a RegExp.
Readonly set: SetPredicateTest the value to be a Set.
Readonly sharedTest the value to be a SharedArrayBuffer.
Readonly string: StringPredicateTest the value to be a string.
Readonly symbol: Predicate<symbol>Test the value to be a Symbol.
Readonly typedTest the value to be a typed array.
Readonly uint16Test the value to be a Uint16Array.
Readonly uint32Test the value to be a Uint32Array.
Readonly uint8Test the value to be a Uint8Array.
Readonly uint8Test the value to be a Uint8ClampedArray.
Readonly undefined: Predicate<undefined>Test the value to be undefined.
Readonly weakTest the value to be a WeakMap.
Readonly weakTest the value to be a WeakSet.
Test that the value matches at least one of the given predicates.