mingo
    Preparing search index...
    • Applies an update function to a value to produce a new value to modify an object in-place.

      Parameters

      • o: AnyObject

        The object or array to modify.

      • n: PathNode

        The path node of the update selector.

      • q: Record<string, Query>

        Map of positional identifiers to queries for filtering.

      • f: (_o: AnyObject, _k: string) => boolean

        The update function which accepts containver value and key.

      • Optionalopts: WalkOptions

        The optional WalkOptions passed to the walk function.

      Returns boolean