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

x/ayonli_jsext/workerd/fs.ts

A JavaScript extension package for building strong and modern applications.
Latest
import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/workerd/fs.ts";

Interfaces

Options for the copy function.

Information about a directory entry.

Information about a file or directory.

Common options for file system operations.

Options for the getDirHandle function.

Options for the getFileHandle function.

Options for the link function.

Options for the mkdir function.

Options for the readDir function.

Options for file reading functions, such as readFile, readFileAsText and readFileAsFile.

Options for the remove function.

Options for the stat function.

Options for file writing functions, such as writeFile and writeLines.