Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/blocks/runtime/fs/mod.ts>IVFS

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
interface IVFS
import { type IVFS } from "https://deno.land/x/blocks@1.59.3/runtime/fs/mod.ts";

Properties

readFile: Deno.readFile
cwd: Deno.cwd
watchFs: Deno.watchFs
writeFile: Deno.writeFile
mkdir: Deno.mkdir
readDir: Deno.readDir
remove: Deno.remove
writeTextFile: Deno.writeTextFile
readTextFile: Deno.readTextFile