bintastic
    Preparing search index...

    Type Alias Result<OptionsType>

    Result: SuccessResult<false, OptionsType>

    Result of a subprocess successful execution.

    When the subprocess fails, it is rejected with an ExecaError instead.

    Type Parameters