Cleanups for runtime lib declarations.

This commit is contained in:
Kitson Kelly 2018-11-09 15:07:48 +11:00 committed by Ryan Dahl
parent 1f2c92c7c8
commit 172f5a5133
3 changed files with 12 additions and 7 deletions

View file

@ -45,4 +45,5 @@ interface Libdeno {
}
const window = globalEval("this");
// @internal
export const libdeno = window.libdeno as Libdeno;