UNPKG

mingo

Version:

MongoDB query language for in-memory objects

5 lines (4 loc) 291 B
import { UpdateOptions } from "../../core"; import { RawObject } from "../../types"; /** Replaces the value of a field with the specified value. */ export declare const $rename: (obj: RawObject, expr: Record<string, string>, arrayFilters?: RawObject[], options?: UpdateOptions) => string[];