• 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

    • Optional props: List<PropertyName>

    Returns Dictionary<undefined>

    See

    _.zipObject

Generated using TypeDoc