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

    Function from

    • Create a readable stream from an array or iterable.

      Type Parameters

      • T

      Parameters

      • iterable: Iterable<T, any, any> | AsyncIterable<T, any, any>

      Returns PipeableStream<T, never>