UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 235 B
import { ExpressionOperator } 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: ExpressionOperator;