• Creates an object composed of the inverted keys and values of object. If object contains duplicate values, subsequent values overwrite property assignments of previous values unless multiValue is true.

    Parameters

    • object: object

      The object to invert.

    Returns Dictionary<string>

    Returns the new inverted object.

Generated using TypeDoc