diff options
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"; |