diff options
Diffstat (limited to 'std/fs/mod.ts')
-rw-r--r-- | std/fs/mod.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/std/fs/mod.ts b/std/fs/mod.ts index aa76b6925..e49d24bac 100644 --- a/std/fs/mod.ts +++ b/std/fs/mod.ts @@ -8,8 +8,6 @@ export * from "./exists.ts"; export * from "./expand_glob.ts"; export * from "./move.ts"; export * from "./copy.ts"; -export * from "./read_file_str.ts"; -export * from "./write_file_str.ts"; export * from "./read_json.ts"; export * from "./write_json.ts"; export * from "./walk.ts"; |