UNPKG

ae-cvss-calculator

Version:

A CVSS vector modeling and score calculation implementation for all CVSS versions by {metæffekt}.

6 lines (5 loc) 405 B
import { CvssVector } from "./CvssVector"; declare function fromVector(vectorInput: string, forceVersion?: undefined): any; declare function applyVectorPartsIfMetricsLower(self: CvssVector<any>, vector: string): number; declare function applyVectorPartsIfMetricsHigher(self: CvssVector<any>, vector: string): number; export { fromVector, applyVectorPartsIfMetricsLower, applyVectorPartsIfMetricsHigher };