• Removes the property at path of object.

    Note: This method mutates object.

    Parameters

    • object: any

      The object to modify.

    • path: PropertyPath

      The path of the property to unset.

    Returns boolean

    Returns true if the property is deleted, else false.

Generated using TypeDoc