(elements: any)
| 849 | } |
| 850 | |
| 851 | export function concat(elements: any) { |
| 852 | return emptyLines.join(elements); |
| 853 | } |
| 854 | |
| 855 | // The emptyLines object needs to be created all the way down here so that |
| 856 | // Lines.prototype will be fully populated. |
no test coverage detected
searching dependent graphs…