Type alias UninstallOptions

UninstallOptions: {
    keepCache?: boolean;
}

Type declaration

  • Optional keepCache?: boolean

    Adds -k flag to the install command.