• This method is like _.zipObject except that it supports property paths.

    Parameters

    • Optional paths: List<PropertyPath>

      The property names.

    • Optional values: List<any>

      The property values.

    Returns object

    Returns the new object.

Generated using TypeDoc