summaryrefslogtreecommitdiff
path: root/js/libdeno.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-12-23 11:44:08 -0500
committerGitHub <noreply@github.com>2018-12-23 11:44:08 -0500
commit6cc998f28bb1cf119ca96bac385c7361bc1f7021 (patch)
treed5fb8f0da5c79fa14afc814ea85cf1c9134eb714 /js/libdeno.ts
parentbee55fcd20b4919f2d6b4817ce33d1a09e6bcadc (diff)
Remove support for extensionless import (#1396)
Diffstat (limited to 'js/libdeno.ts')
-rw-r--r--js/libdeno.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/libdeno.ts b/js/libdeno.ts
index 5448165a1..e67a021c7 100644
--- a/js/libdeno.ts
+++ b/js/libdeno.ts
@@ -41,5 +41,4 @@ interface Libdeno {
}
const window = globalEval("this");
-// @internal
export const libdeno = window.libdeno as Libdeno;