interface Deno.RemoveOptions
Options which can be set when using [`Deno.remove`](../././~/Deno.remove) and
[`Deno.removeSync`](../././~/Deno.removeSync).
optional
recursive: boolean = false
If set to `true`, path will be removed even if it's a non-empty directory.