UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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