unionSetOrArray
unionSetOrArray(…
sets
):string
[]
Creates a union of multiple sets or arrays.
Parameters
• …sets: SetOrArray
<any
>[]
The sets or arrays to be united.
Returns
string
[]
The union of the sets or arrays.
Source
Generated using typedoc-plugin-markdown and TypeDoc