Type Alias PredicateGuardInvokableObject<TInput, TCollection, TOutput>

PredicateGuardInvokableObject: {
    invoke(
        item: TInput,
        index: number,
        collection: TCollection,
    ): item is TOutput;
}

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

Type Parameters