Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Deno.RemoveOptions

interface RemoveOptions {
recursive?: boolean;
}

§Properties

§
recursive?: boolean
[src]

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