diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2020-01-08 23:07:03 +0100 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2020-01-08 17:07:03 -0500 |
commit | b71d5708c603b09714a1f539f92f82392b6ee33d (patch) | |
tree | f1bf22ba6c7c72b2468d23ae7d69e4cb31c812af /cli/js/deno.ts | |
parent | 2d5457df15d8c4a81362bb2d185b5c6013faa1d8 (diff) |
feat: Deno.create (#3629)
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, |