diff options
Diffstat (limited to 'js/globals.ts')
-rw-r--r-- | js/globals.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/globals.ts b/js/globals.ts index 11a172633..a67524f96 100644 --- a/js/globals.ts +++ b/js/globals.ts @@ -1,5 +1,4 @@ // Copyright 2018 the Deno authors. All rights reserved. MIT license. - import * as blob from "./blob"; import * as console from "./console"; import * as fetch_ from "./fetch"; |