diff options
Diffstat (limited to 'js/deno.ts')
-rw-r--r-- | js/deno.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/deno.ts b/js/deno.ts index 63bee0b7c..7a5c4217e 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -1,5 +1,5 @@ // Copyright 2018 the Deno authors. All rights reserved. MIT license. // Public deno module. -export { exit, readFileSync, writeFileSync } from "./os"; +export { exit, makeTempDirSync, readFileSync, writeFileSync } from "./os"; export { libdeno } from "./libdeno"; export const argv: string[] = []; |