summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-08-22 13:19:32 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-08-22 18:39:07 -0400
commit7d7263c48f4280f8da5496273e85fb1a8fb79547 (patch)
tree709df115d6d2daf5a753a31a69bac637d65a33a7 /js/deno.ts
parente7cab715749e4c5000c24ffeade1ef915d15a68d (diff)
Implement writeFileSync
In collaboration with Tommy Savaria <tommy.savaria@protonmail.ch>
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/deno.ts b/js/deno.ts
index 060b2d526..ff9939b1b 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -1,4 +1,4 @@
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
// Public deno module.
-export { exit, readFileSync } from "./os";
+export { exit, readFileSync, writeFileSync } from "./os";
export { libdeno } from "./globals";