Skip to main content
Module

x/eta/file-methods.ts

Embedded JS template engine for Node, Deno, and the browser. Lighweight, fast, and pluggable. Written in TypeScript
Very Popular
Go to Latest
File
export { 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;