@mikeyt23/node-cli-utils
    Preparing search index...

    Type Alias SkipChecker<InputType>

    SkipChecker:
        | ((operationItem: InputType) => Promise<boolean>)
        | ((operationItem: InputType) => boolean)

    The sync or async function that determines whether a particular item input for runParallel should be skipped or not.

    Type Parameters

    • InputType