diff options
Diffstat (limited to 'js/deno.ts')
-rw-r--r-- | js/deno.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/deno.ts b/js/deno.ts index afcde7033..532357dab 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -41,6 +41,7 @@ export { FileInfo } from "./file_info"; export { connect, dial, listen, Listener, Conn } from "./net"; export { metrics } from "./metrics"; export { resources } from "./resources"; +export { run, RunOptions, Process, ProcessStatus } from "./process"; export const args: string[] = []; // Provide the compiler API in an obfuscated way |