Skip to content

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

ecmascript/src/utils.ts:48


Generated using typedoc-plugin-markdown and TypeDoc