diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-04-23 00:06:51 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 10:06:51 -0400 |
commit | 8bcfc03d71cbd2cfd7ab68035ec0968d9f93b5b8 (patch) | |
tree | e1769ca51d2afde57ae18eb25b7a91388fcbf00a /cli/js/web/streams/mod.ts | |
parent | b270d6c8d090669601465f8c9c94512d6c6a07d4 (diff) |
Rewrite streams (#4842)
Diffstat (limited to 'cli/js/web/streams/mod.ts')
-rw-r--r-- | cli/js/web/streams/mod.ts | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cli/js/web/streams/mod.ts b/cli/js/web/streams/mod.ts deleted file mode 100644 index a6b55ed5a..000000000 --- a/cli/js/web/streams/mod.ts +++ /dev/null @@ -1,13 +0,0 @@ -// Forked from https://github.com/stardazed/sd-streams/tree/8928cf04b035fd02fb1340b7eb541c76be37e546 -// Copyright (c) 2018-Present by Arthur Langereis - @zenmumbler MIT - -export { SDReadableStream as ReadableStream } from "./readable-stream.ts"; -/* TODO The following are currently unused so not exported for clarity. -export { WritableStream } from "./writable-stream.ts"; - -export { TransformStream } from "./transform-stream.ts"; -export { - ByteLengthQueuingStrategy, - CountQueuingStrategy -} from "./strategies.ts"; -*/ |