• 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: undefined | null | T[][] | List<List<T>>

      The array of grouped elements to process.

    Returns T[][]

    Returns the new array of regrouped elements.

Generated using TypeDoc