github.com/kastenhq/syft@v0.0.0-20230821225854-0710af25cdbe/test/integration/test-fixtures/npm-lock/node_modules/collapse-white-space/index.d.ts (about) 1 /** 2 * Collapse whitespace to a single space. 3 * 4 * @param {string} value 5 * @returns {string} 6 */ 7 export function collapseWhiteSpace(value: string): string;