Update fs mod

This commit is contained in:
Daniel Flanagan 2021-12-01 10:49:24 -06:00
parent 40fc7da6b4
commit 5fe2f3343d
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -1,4 +1,4 @@
export { readLines } from "https://deno.land/std@0.116.0/io/mod.ts";
export { ensureDir } from "https://deno.land/std@0.110.0/fs/mod.ts";
export { ensureDir } from "https://deno.land/std@0.116.0/fs/mod.ts";
export * as path from "https://deno.land/std@0.116.0/path/mod.ts";
export { readAll } from "https://deno.land/std@0.116.0/streams/conversion.ts";