mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
Cleanups for runtime lib declarations.
This commit is contained in:
parent
1f2c92c7c8
commit
172f5a5133
3 changed files with 12 additions and 7 deletions
|
@ -45,4 +45,5 @@ interface Libdeno {
|
|||
}
|
||||
|
||||
const window = globalEval("this");
|
||||
// @internal
|
||||
export const libdeno = window.libdeno as Libdeno;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue