(x: number)
| 64 | } |
| 65 | |
| 66 | function round(x: number): number { return Math.round(x * 100) / 100; } |
| 67 | |
| 68 | /** A shared-helper name: common words across the member names, else a common prefix, else generic. */ |
| 69 | function suggestName(names: string[]): string { |
no outgoing calls
no test coverage detected