summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
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 2e82613e8..07068ca31 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -2,7 +2,7 @@
// Public deno module.
/// <amd-module name="deno"/>
-export { env, exit } from "./os";
+export { pid, env, exit } from "./os";
export { chdir, cwd } from "./dir";
export {
File,