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 869314d2c..a03e41fe3 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -52,6 +52,7 @@ export { connect, dial, listen, Listener, Conn } from "./net"; export { metrics } from "./metrics"; export { resources } from "./resources"; export { run, RunOptions, Process, ProcessStatus } from "./process"; +export { inspect } from "./console"; export const args: string[] = []; // Provide the compiler API in an obfuscated way |