UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 212 B
import { ExpressionOperator } from "../../../types"; /** * Returns elements of a set that do not appear in a second set. * @param obj * @param expr */ export declare const $setDifference: ExpressionOperator;