diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2018-11-09 15:07:48 +1100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-09 08:36:31 -0800 |
commit | 172f5a51332b24c1027ea0f22d7e71b516dcd7d5 (patch) | |
tree | 73b6ff5d4e75e4b3bdabb4f1f0204199520f4c5a /js/libdeno.ts | |
parent | 1f2c92c7c88ce6619624520ec7e6b9a1f57d445b (diff) |
Cleanups for runtime lib declarations.
Diffstat (limited to 'js/libdeno.ts')
-rw-r--r-- | js/libdeno.ts | 1 |
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; |