Files
2026-04-07 14:50:23 +09:00

3 lines
127 B
TypeScript

import { SEVERITY } from '../snyk-test/common';
export declare function getSeverityValue(severity: SEVERITY | 'none'): number;