Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

extend

extend<T>(array, values): void

Defined in: packages/sigma/src/utils/data.ts:4

Extends the target array with the given values.

Type Parameters

T

T

Parameters

array

T[]

values

Set<T>

Returns

void