x/eta@v1.12.3/file-methods.ts
12345export { existsSync } from "https://deno.land/std@0.97.0/fs/exists.ts";export * as path from "https://deno.land/std@0.97.0/path/mod.ts";export const readFileSync = Deno.readTextFileSync;