summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts8
1 files changed, 2 insertions, 6 deletions
diff --git a/js/deno.ts b/js/deno.ts
index a1eb639bb..3d0352a80 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -1,13 +1,9 @@
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
// Public deno module.
/// <amd-module name="deno"/>
-export {
- env,
- exit,
- makeTempDirSync,
- renameSync,
-} from "./os";
+export { env, exit, makeTempDirSync, renameSync } from "./os";
export { mkdirSync, mkdir } from "./mkdir";
+export { removeSync, remove, removeAllSync, removeAll } from "./remove";
export { readFileSync, readFile } from "./read_file";
export { FileInfo, statSync, lstatSync, stat, lstat } from "./stat";
export { writeFileSync, writeFile } from "./write_file";