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
Go to Latest
File
export * as fs from "https://deno.land/std@0.66.0/fs/mod.ts";export * as path from "https://deno.land/std@0.66.0/path/mod.ts";
export var readFileSync = Deno.readTextFileSync;