* Return a string obtained by converting each element in the array to a string, and joining it with the * given separator (which defaults to ', ').
(sep?: string)
| 62 | * given separator (which defaults to ', '). |
| 63 | */ |
| 64 | join(sep?: string): string; |
| 65 | |
| 66 | /** |
| 67 | * Return a sorted array sorted by the given key; an optional comparator can be provided, which will |
no outgoing calls
no test coverage detected