Takaro - v0.4.11
    Preparing search index...

    Function zipObject

    • This method is like _.fromPairs except that it accepts two arrays, one of property identifiers and one of corresponding values.

      Type Parameters

      • T

      Parameters

      • props: List<PropertyName>

        The property names.

      • values: List<T>

        The property values.

      Returns Dictionary<T>

      Returns the new object.

    • Parameters

      • Optionalprops: List<PropertyName>

      Returns Dictionary<undefined>

      _.zipObject