summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/deno.ts b/js/deno.ts
index 212544541..565d4a7e6 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -2,6 +2,7 @@
// Public deno module.
/// <amd-module name="deno"/>
export { env, exit } from "./os";
+export { chdir, cwd } from "./dir";
export { File, open, stdin, stdout, stderr, read, write, close } from "./files";
export {
copy,