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 ba4a5151e..ce01c5dad 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -7,12 +7,12 @@ export { FileInfo, makeTempDirSync, mkdirSync, - readFileSync, renameSync, statSync, lstatSync, writeFileSync } from "./os"; +export { readFileSync, readFile } from "./read_file"; export { ErrorKind, DenoError } from "./errors"; export { libdeno } from "./libdeno"; export const argv: string[] = []; |