Type alias RmOptions

RmOptions: {
    force?: boolean;
    recursive?: boolean;
}

Type declaration

  • Optional force?: boolean

    When true, exceptions will be ignored if path does not exist.

  • Optional recursive?: boolean

    If true, perform a recursive directory removal.

Generated using TypeDoc