UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 224 B
import { ExpressionOperator } from "../../../types"; /** * Returns the boolean value that is the opposite of its argument expression. Accepts a single argument expression. */ export declare const $not: ExpressionOperator;