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