UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

2 lines (1 loc) 170 B
export declare function getHighestVulnerabilitySeverity<T extends Record<string, any>, TChild extends Record<string, any> | undefined>(parent: T, child: TChild): string;