summaryrefslogtreecommitdiff
path: root/js/libdeno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/libdeno.ts')
-rw-r--r--js/libdeno.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/libdeno.ts b/js/libdeno.ts
index e67a021c7..cbd9a60f0 100644
--- a/js/libdeno.ts
+++ b/js/libdeno.ts
@@ -18,6 +18,8 @@ interface Libdeno {
shared: ArrayBuffer;
+ builtinModules: { [s: string]: object };
+
setGlobalErrorHandler: (
handler: (
message: string,