UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 365 B
import { AnyObject, ExpressionOperator } from "../../../types"; /** * Combines multiple documents into a single document. * * @param {*} obj The target object for this expression * @param {*} expr The right-hand side of the operator * @param {Options} options Options to use for operation */ export declare const $mergeObjects: ExpressionOperator<AnyObject>;