UNPKG

mingo

Version:

MongoDB query language for in-memory objects

4 lines (3 loc) 282 B
import { AnyObject } from "../../types"; /** Replaces the value of a field with the specified value. */ export declare function $rename(expr: Record<string, string>, arrayFilters?: AnyObject[], options?: import("../../core/_internal").ComputeOptions): (obj: AnyObject) => string[];