core3-utils

@wixc3/common on Github

Home > @wixc3/common > Predicate

Predicate type

Signature:

export type Predicate<S, V = boolean> = (src: S) => V;