UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 263 B
import { Any, AnyObject, Options } from "../../../types"; /** * Returns the boolean value that is the opposite of its argument expression. Accepts a single argument expression. */ export declare const $not: (obj: AnyObject, expr: Any, options: Options) => Any;