summaryrefslogtreecommitdiff
path: root/cli/js/deno.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-04-28 12:32:43 +0200
committerGitHub <noreply@github.com>2020-04-28 12:32:43 +0200
commitb508e845671de9351c3f51755647371d76128d29 (patch)
tree69c4b2589e1d5d374aaf4b5f5f0106e6d520e88a /cli/js/deno.ts
parentdea3ca39ba6c4eedd397af700f3754a8fc10ec23 (diff)
refactor: remove combined io interface like ReadCloser (#4944)
This commit removes "combined" interfaces from cli/js/io.ts; in the like of "ReadCloser", "WriteCloser" in favor of using intersections of concrete interfaces.
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r--cli/js/deno.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts
index 2efb6920a..66ae5e176 100644
--- a/cli/js/deno.ts
+++ b/cli/js/deno.ts
@@ -51,13 +51,6 @@ export {
SyncWriter,
Closer,
Seeker,
- SyncSeeker,
- ReadCloser,
- WriteCloser,
- ReadSeeker,
- WriteSeeker,
- ReadWriteCloser,
- ReadWriteSeeker,
} from "./io.ts";
export { linkSync, link } from "./ops/fs/link.ts";
export {