From 172f5a51332b24c1027ea0f22d7e71b516dcd7d5 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 9 Nov 2018 15:07:48 +1100 Subject: Cleanups for runtime lib declarations. --- js/libdeno.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'js/libdeno.ts') 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; -- cgit v1.2.3