github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/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;