(s: string)
| 82 | column_order: { [field: string]: any }, |
| 83 | ) { |
| 84 | function capitalizeFirstLetter(s: string) { |
| 85 | return s.charAt(0).toUpperCase() + s.slice(1); |
| 86 | } |
| 87 | |
| 88 | |
| 89 | function gen_columns_def( |
no outgoing calls
no test coverage detected
searching dependent graphs…