diff options
Diffstat (limited to 'std/node/fs.ts')
-rw-r--r-- | std/node/fs.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/std/node/fs.ts b/std/node/fs.ts index 4bb514c7a..31e2e5ded 100644 --- a/std/node/fs.ts +++ b/std/node/fs.ts @@ -1,5 +1,4 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. - import { access, accessSync } from "./_fs/_fs_access.ts"; import { appendFile, appendFileSync } from "./_fs/_fs_appendFile.ts"; import { chmod, chmodSync } from "./_fs/_fs_chmod.ts"; |