UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 263 B
import { QueryOperator } from "../../../types"; /** * Inverts the effect of a query expression and returns documents that do not match the query expression. * * @param selector * @param rhs * @returns {Function} */ export declare const $not: QueryOperator;