diff options
Diffstat (limited to 'cli/js/web/streams/mod.ts')
-rw-r--r-- | cli/js/web/streams/mod.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/js/web/streams/mod.ts b/cli/js/web/streams/mod.ts index 5389aaf6d..a6b55ed5a 100644 --- a/cli/js/web/streams/mod.ts +++ b/cli/js/web/streams/mod.ts @@ -1,13 +1,6 @@ // Forked from https://github.com/stardazed/sd-streams/tree/8928cf04b035fd02fb1340b7eb541c76be37e546 // Copyright (c) 2018-Present by Arthur Langereis - @zenmumbler MIT -/** - * @stardazed/streams - implementation of the web streams standard - * Part of Stardazed - * (c) 2018-Present by Arthur Langereis - @zenmumbler - * https://github.com/stardazed/sd-streams - */ - 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"; |