(i: number)
| 41 | } |
| 42 | |
| 43 | function charValue(i: number): string { |
| 44 | return String.fromCharCode('A'.charCodeAt(0) + (i % 26)); |
| 45 | } |
| 46 | |
| 47 | export const emptyTable: TableCell[][] = []; |
| 48 |
no outgoing calls
no test coverage detected
searching dependent graphs…