UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 274 B
import { Any, AnyObject, Options } from "../../../types"; /** * Returns the result of a bitwise not operation on a single argument or an array that contains a single int or long value. */ export declare const $bitNot: (obj: AnyObject, expr: Any, options: Options) => Any;