Home > @lndsld/fp > TypeGuard
Declaration for type predicate
Signature:
declare type TypeGuard<A, B extends A> = (value: A) => value is B;