diff options
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r-- | cli/js/deno.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts index 9bc3bec9b..ed100ef22 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -7,6 +7,8 @@ export { File, open, openSync, + create, + createSync, stdin, stdout, stderr, |