Update fs mod
This commit is contained in:
parent
40fc7da6b4
commit
5fe2f3343d
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue