Typedoc APIsigmasrcutilsFunctionsextendOn this pageFunction: extend() extend<T>(array, values): void Extends the target array with the given values. Type Parameters • T Parameters • array: T[] • values: Set<T> Returns void Defined in sigma/src/utils/data.ts:4