transferum
    Preparing search index...

    Function createReadTransfer

    • Creates a ReadTransfer — an adapter for reading from OutputFlowInterface.

      Capabilities: Pullable

      Type Parameters

      • T

      Parameters

      Returns ExplicitTransfer<T, T>

      const reader = createReadTransfer<number>({
      flow: storage
      });
      console.log(reader.pull()); // storage.read()