appendToArray | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Function appendToArray

    • Append to array, without overflowing the stack (eg V8 overflows at more than 32K entries)

      Type Parameters

      • T

      Parameters

      • array: T[]

        Array to append to

      • values: readonly NoInfer<T>[]

        Values to append

      Returns void