Function serializerStreamFactory

  • Takes an AsyncGenerator and serializes it into a ReadableStream<UInt8Array>

    Parameters

    • fs: FileSystem | FileSystemReadable
    • treeGen: AsyncGenerator<TreeNode, void, void>

      An AsyncGenerator that yields the files and directories of a file tree.

    • yieldContents: boolean = true

      Toggles sending the contents of files after the file tree.

    Returns ReadableStream<Uint8Array>

Generated using TypeDoc