diff options
author | Casper Beyer <caspervonb@pm.me> | 2020-09-08 01:12:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 19:12:24 +0200 |
commit | 334ed0e2f42f146b68aa996d26b1fe34f751fe3e (patch) | |
tree | 7cf4c8bb0f169f726f3f43d9d4275e58c857d943 /std/fs/mod.ts | |
parent | d4b6b25def76f5891b953266692e2a98bc302c1c (diff) |
BREAKING(std/fs): remove writeJson and writeJsonSync (#7256)
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 2e39146a9..9d361494f 100644 --- a/std/fs/mod.ts +++ b/std/fs/mod.ts @@ -8,6 +8,5 @@ export * from "./exists.ts"; export * from "./expand_glob.ts"; export * from "./move.ts"; export * from "./copy.ts"; -export * from "./write_json.ts"; export * from "./walk.ts"; export * from "./eol.ts"; |