diff options
Diffstat (limited to 'js/deno.ts')
-rw-r--r-- | js/deno.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/deno.ts b/js/deno.ts index 9ef533a9e..f281ebefa 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -2,4 +2,5 @@ // Public deno module. // TODO get rid of deno.d.ts // export { pub, sub } from "./dispatch"; -export { readFileSync, writeFileSync } from "./os"; +export { readFileSync } from "./os"; +export { libdeno } from "./globals"; |