Comunica
    Preparing search index...

    Interface ITransformIteratorOutput<S, M>

    interface ITransformIteratorOutput<S, M> {
        metadata: () => Promise<M>;
        stream: S;
    }

    Type Parameters

    • S
    • M
    Index

    Properties

    Properties

    metadata: () => Promise<M>

    Optionally transformed metadata

    stream: S

    Transformed stream