@szilanor/stream
    Preparing search index...

    Type Alias AsyncOperationFunction<TInput, TOutput>

    AsyncOperationFunction: (
        iterable: AsyncIterable<TInput>,
    ) => AsyncIterable<TOutput>

    Type Parameters

    • TInput
    • TOutput

    Type declaration