mingo
Version:
MongoDB query language for in-memory objects
10 lines (9 loc) • 343 B
TypeScript
import { ExpressionOperator } from "../../../types";
/**
* Returns the boolean value that is the opposite of its argument expression. Accepts a single argument expression.
*
* @param obj RawObject from collection
* @param expr Right hand side expression of operator
* @returns {boolean}
*/
export declare const $not: ExpressionOperator;