summaryrefslogtreecommitdiff
path: root/fetch.ts
diff options
context:
space:
mode:
authorMohsen Azimi <me@azimi.me>2018-06-01 23:20:33 +0300
committerRyan Dahl <ry@tinyclouds.org>2018-06-01 22:20:33 +0200
commit7b5fbc71970056515c41f6983fc8e1f8ee443d11 (patch)
tree55e81b9e705141de9096fc93351a811fc1067c8f /fetch.ts
parent6cef88a09a8e5ac80018c6e7aa5dd218d11d591d (diff)
Remove text-encoding.d.ts - the declarations are included in TS (#6)
Diffstat (limited to 'fetch.ts')
-rw-r--r--fetch.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetch.ts b/fetch.ts
index f66a883bd..e0ac4db71 100644
--- a/fetch.ts
+++ b/fetch.ts
@@ -4,7 +4,6 @@ import { assert, log, createResolvable, Resolvable } from "./util";
import * as util from "./util";
import * as dispatch from "./dispatch";
import { main as pb } from "./msg.pb";
-import { TextDecoder } from "text-encoding";
export function initFetch() {
dispatch.sub("fetch", (payload: Uint8Array) => {