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

x/ayonli_jsext/workerd/fs.ts>GetFileOptions

A JavaScript extension package for building strong and modern applications.
Latest
interface GetFileOptions
implements FileSystemOptions
Re-export
import { type GetFileOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/workerd/fs.ts";

Options for the getFileHandle function.

Properties

optional
create: boolean

Create the file if not exist.