mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
BREAKING(std/fs): remove readJson and readJsonSync (#7255)
This commit is contained in:
parent
1cd2267500
commit
d4b6b25def
4 changed files with 0 additions and 151 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue