summaryrefslogtreecommitdiff
path: root/cli/js/deno.ts
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2020-01-08 23:07:03 +0100
committerRy Dahl <ry@tinyclouds.org>2020-01-08 17:07:03 -0500
commitb71d5708c603b09714a1f539f92f82392b6ee33d (patch)
treef1bf22ba6c7c72b2468d23ae7d69e4cb31c812af /cli/js/deno.ts
parent2d5457df15d8c4a81362bb2d185b5c6013faa1d8 (diff)
feat: Deno.create (#3629)
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r--cli/js/deno.ts2
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,