UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 202 B
import { ExpressionOperator } from "../../../types"; /** * Returns a set that holds all elements of the input sets. * @param obj * @param expr */ export declare const $setUnion: ExpressionOperator;