@cyclonedx/cdxgen
Version:
Creates CycloneDX Software Bill of Materials (SBOM) from source or container image
11 lines • 512 B
TypeScript
/**
* Method to get all dirs matching a name
*
* @param {string} dirPath Root directory for search
* @param {string} dirName Directory name
* @param {boolean} hidden Include hidden directories and files. Default: false
* @param {boolean} recurse Recurse. Default: false
*/
export declare const getDirs: (dirPath: string, dirName: string, hidden?: boolean, recurse?: boolean) => string[];
export declare const getOnlyDirs: (srcpath: any, dirName: any) => any[];
//# sourceMappingURL=containerutils.d.ts.map