UNPKG

@cyclonedx/cdxgen

Version:

Creates CycloneDX Software Bill of Materials (SBOM) from source or container image

6 lines 469 B
export function isProtoSupportedSpecVersion(specVersion: any): boolean; export function assertProtoSupportedSpecVersion(specVersion: any, operation?: string): void; export function isProtoBomFile(filePath: string): boolean; export function writeBinary(bomJson: string | Object, binFile: string, specVersion?: string | number): void; export function readBinary(binFile: string, asJson: boolean, specVersion?: string | number): any; //# sourceMappingURL=protobom.d.ts.map