UNPKG

@cyclonedx/cdxgen

Version:

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

6 lines 182 B
export function table(rows: any, config?: {}): string; export function createStream(config?: {}): { write(row: any): void; end(): void; }; //# sourceMappingURL=table.d.ts.map