Module
Embedded JS template engine for Node, Deno, and the browser. Lighweight, fast, and pluggable. Written in TypeScript
Popular
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;