BREAKING(std/fs): remove readJson and readJsonSync (#7255)

This commit is contained in:
Casper Beyer 2020-09-08 00:04:29 +08:00 committed by GitHub
parent 1cd2267500
commit d4b6b25def
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 151 deletions

View file

@ -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";