diff --git a/lib/npm-check-updates.d.ts b/lib/npm-check-updates.d.ts index b3b18f44..4faed5ca 100644 --- a/lib/npm-check-updates.d.ts +++ b/lib/npm-check-updates.d.ts @@ -123,7 +123,7 @@ declare namespace ncu { * exclude packages matching the given string, comma-or-space-delimited * list, or /regex/ */ - reject?: string; + reject?: string | string[] | RegExp; /** * remove version ranges from the final package version