Interface EditOptions

interface EditOptions {
    glob?: boolean;
    strict?: boolean;
}

Properties

Properties

glob?: boolean

Parse globs in paths

strict?: boolean

Disallows non existent paths and an empty set of paths