github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/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;