github.com/nextlinux/gosbom@v0.81.1-0.20230627115839-1ff50c281391/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;