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

    Type Alias OperationExecutor<OutputType, InputType>

    OperationExecutor: (operationItem: InputType) => Promise<OutputType>

    The async function to run on each item during a call to runParallel.

    Type Parameters

    • OutputType
    • InputType

    Type Declaration