createWrapFn
createWrapFn<
S>(describe): (spec) =>PredicateWrapper<S>
Defined in: extract/predicate-wrapper.ts:18
Type Parameters
Section titled “Type Parameters”S extends object
Parameters
Section titled “Parameters”describe
Section titled “describe”(spec) => string
Returns
Section titled “Returns”(
spec):PredicateWrapper<S>
Parameters
Section titled “Parameters”S