diff options
author | Casper Beyer <caspervonb@pm.me> | 2020-09-08 00:04:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 18:04:29 +0200 |
commit | d4b6b25def76f5891b953266692e2a98bc302c1c (patch) | |
tree | 19390fa46e02fa118b1eaee21c7d3273a333bcb6 /std/fs/mod.ts | |
parent | 1cd226750065e6101c0a38694ff9f96a40b437d0 (diff) |
BREAKING(std/fs): remove readJson and readJsonSync (#7255)
Diffstat (limited to 'std/fs/mod.ts')
-rw-r--r-- | std/fs/mod.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/std/fs/mod.ts b/std/fs/mod.ts index e49d24bac..2e39146a9 100644 --- a/std/fs/mod.ts +++ b/std/fs/mod.ts @@ -8,7 +8,6 @@ export * from "./exists.ts"; export * from "./expand_glob.ts"; export * from "./move.ts"; export * from "./copy.ts"; -export * from "./read_json.ts"; export * from "./write_json.ts"; export * from "./walk.ts"; export * from "./eol.ts"; |