deno / 1.23.2 / ~ / deno.removeoptions.html /

Deno.RemoveOptions

interface RemoveOptions {
recursive? : boolean;
}

Properties

recursive? : boolean

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