UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 173 B
import { ExpressionOperator } from "../../../types"; /** * Returns a set that holds all elements of the input sets. */ export declare const $setUnion: ExpressionOperator;