Takaro - v0.4.11
    Preparing search index...

    Function unzip

    • This method is like _.zip except that it accepts an array of grouped elements and creates an array regrouping the elements to their pre-zip configuration.

      Type Parameters

      • T

      Parameters

      • array: T[][] | List<List<T>> | null | undefined

        The array of grouped elements to process.

      Returns T[][]

      Returns the new array of regrouped elements.