summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-09-01 07:45:26 -0700
committerRyan Dahl <ry@tinyclouds.org>2018-09-01 10:45:26 -0400
commitf83aee02e66214853a008ebe4b5141405ac3a950 (patch)
tree4e95505f445d841e943da72e0db8364aaf92e9c9 /js/deno.ts
parent89dddca3b4865fe4496f51680c70547e65c272eb (diff)
Bundle most types into globals.d.ts (#642)
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/deno.ts b/js/deno.ts
index c9611d116..21766401b 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -1,5 +1,6 @@
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
// Public deno module.
+/// <amd-module name="deno"/>
export {
env,
exit,