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

    Type Alias SuccessChecker<OutputType>

    SuccessChecker: (operationResult: OutputType) => boolean

    The function that will determine whether each operation during a call to runParallel should be considered successful or not.

    Type Parameters

    • OutputType

    Type Declaration