lndsld

Home > @lndsld/fp > TypeGuard

TypeGuard type

Declaration for type predicate

Signature:

declare type TypeGuard<A, B extends A> = (value: A) => value is B;