summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/deno.ts b/js/deno.ts
index f7f6c521e..63bee0b7c 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -2,3 +2,4 @@
// Public deno module.
export { exit, readFileSync, writeFileSync } from "./os";
export { libdeno } from "./libdeno";
+export const argv: string[] = [];