summaryrefslogtreecommitdiff
path: root/fs/mod.ts
diff options
context:
space:
mode:
authorAxetroy <troy450409405@gmail.com>2019-04-15 04:14:57 +0800
committerRyan Dahl <ry@tinyclouds.org>2019-04-14 16:14:57 -0400
commit73368006586164e92089f639c61db9c0735586a6 (patch)
treeb33b36d7bd14c55c95624cf3e42b798c8124dd78 /fs/mod.ts
parentd2d5b6ac8e25bc2046b1960b9a1d22e219299cb9 (diff)
add writeFileStr and update documentation (denoland/deno_std#340)
Original: https://github.com/denoland/deno_std/commit/191e53a78bfc96d32df6d01affa90f938b92e6e5
Diffstat (limited to 'fs/mod.ts')
-rw-r--r--fs/mod.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/mod.ts b/fs/mod.ts
index 28b5753b9..789b6bdf8 100644
--- a/fs/mod.ts
+++ b/fs/mod.ts
@@ -6,6 +6,8 @@ export * from "./exists.ts";
export * from "./glob.ts";
export * from "./globrex.ts";
export * from "./move.ts";
+export * from "./read_file_str.ts";
+export * from "./write_file_str.ts";
export * from "./read_json.ts";
export * from "./write_json.ts";
export * from "./walk.ts";