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 0eca6f0ac..0b6b0fb9b 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -10,7 +10,7 @@ export { readFileSync, renameSync, statSync, - lStatSync, + lstatSync, writeFileSync } from "./os"; export { libdeno } from "./libdeno"; |