Function: isNotPredicate()
ts
function isNotPredicate(v: unknown): v is NotPredicate;Defined in: src/batteries/orchestration/predicates.ts:107
Type guard for NotPredicate. A not combinator is a plain object whose sole discriminator key not holds a single structured predicate.
Parameters
| Parameter | Type |
|---|---|
v | unknown |
Returns
v is NotPredicate