summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/deno.ts b/js/deno.ts
index fab8ef4e2..8908d7b67 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -8,11 +8,11 @@ export {
makeTempDirSync,
renameSync,
statSync,
- lstatSync,
- writeFileSync
+ lstatSync
} from "./os";
export { mkdirSync, mkdir } from "./mkdir";
export { readFileSync, readFile } from "./read_file";
+export { writeFileSync, writeFile } from "./write_file";
export { ErrorKind, DenoError } from "./errors";
export { libdeno } from "./libdeno";
export const argv: string[] = [];