Interface RemoveOptions

interface RemoveOptions {
    glob?: boolean;
    recursive?: boolean;
    strict?: boolean;
}

Properties

glob?: boolean

Parse globs in paths

recursive?: boolean

Remove files recursively

strict?: boolean

Disallows non existent paths and an empty set of paths