summaryrefslogtreecommitdiff
path: root/js/libdeno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/libdeno.ts')
-rw-r--r--js/libdeno.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/libdeno.ts b/js/libdeno.ts
index 9745365b0..c61027324 100644
--- a/js/libdeno.ts
+++ b/js/libdeno.ts
@@ -45,4 +45,5 @@ interface Libdeno {
}
const window = globalEval("this");
+// @internal
export const libdeno = window.libdeno as Libdeno;