DenoDeno.RemoveOptionsinterface Deno.RemoveOptionsOptions which can be set when using Deno.remove and Deno.removeSync. Properties #optional#recursive: boolean = falseIf set to true, path will be removed even if it's a non-empty directory.
interface Deno.RemoveOptionsOptions which can be set when using Deno.remove and Deno.removeSync. Properties #optional#recursive: boolean = falseIf set to true, path will be removed even if it's a non-empty directory.