Check whether x satisfies at least one of the predicates
Check whether x is a tuple of type defined by fs
Check whether x satisfies at least one of the predicates
Always fail
Always pass
Always pass
Always pass
Check whether all elements of x satisfy predicate
Check the structure of an object to match a given predicate
Check whether x satisfies all predicates
Check whether x satisfies predicate, or is nil
Checks whether x does not satisfy the predicate WARNING: Type guards will fail with not. Negated types are not supported in TS! See: Negated types https://github.com/Microsoft/TypeScript/pull/29317
Check whether x satisfies at least one of the predicates
Check whether x is a product type defined by fs
Check whether x is a boolean
Check whether x is null or undefined
Check whether x is null
Check whether x is a number
Check whether x is an object
Check whether x is a string
Check whether x is a symbol
Check whether x is undefined
Literal equality of string, number, boolean, or object
Literal equality of string, number, boolean, or object
Check whether x is an instanceof X
Check whether x has a [Symbol.toStringTag] value equal to type
Check whether x is of type name, which is a possible typeof string, or "null"
Generated using TypeDoc
Check whether x satisfies predicate, or is nil