5 lines
284 B
TypeScript
5 lines
284 B
TypeScript
export { readLines } from "https://deno.land/std@0.116.0/io/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";
|