UNPKG

snyk-nodejs-lockfile-parser

Version:
6 lines (5 loc) 235 B
export declare const extractNameAndIdentifier: (candidate: string) => { name: string; identifier: string; }; export declare const extractCorrectIdentifierBySemver: (possibleMatches: string[], versionToMatch: string) => string;