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

x/ayonli_jsext/lib.deno.d.ts>Deno.RemoveOptions

A JavaScript extension package for building strong and modern applications.
Latest
interface Deno.RemoveOptions
import { type Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { RemoveOptions } = Deno;

Options which can be set when using Deno.remove and Deno.removeSync.

Properties

optional
recursive: boolean = false

If set to true, path will be removed even if it's a non-empty directory.