UNPKG

@cyclonedx/cdxgen

Version:

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

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