@substrate-system/stream
    Preparing search index...

    Function through

    • Create a transform stream with just a function.

      Type Parameters

      • I
      • O

      Parameters

      • transformFn: TransformFunction<I, O>
      • OptionalflushFn: () => void | Promise<void>

      Returns PipeableStream<O, I>