UNPKG

snyk

Version:

snyk library and cli utility

13 lines (12 loc) 343 B
/** * The content of this file is generated by a tool. * Don't edit it manually! * */ export declare type FileSignatureDetails = { versions: string[]; filename: string; }; export declare type VulnerableSignatures = { [signature: string]: FileSignatureDetails; }; export declare const vulnerableSignatures: VulnerableSignatures;