Type Alias Updater

Updater: (
    obj: AnyObject,
    expr: UpdateExpression,
    arrayFilters?: AnyObject[],
    condition?: AnyObject,
    options?: UpdateOptions,
) => string[]

A function to process an update expression and modify the object.

Type declaration