Type Alias PredicateGuardFn<TInput, TCollection, TOutput>

PredicateGuardFn: (
    item: TInput,
    index: number,
    collection: TCollection,
) => item is TOutput

IMPORT_PATH: "@daiso-tech/core/collection/contracts"

Type Parameters