mingo
Version:
MongoDB query language for in-memory objects
10 lines (9 loc) • 353 B
TypeScript
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.
*
* @param obj RawObject from collection
* @param expr Right hand side expression of operator
* @returns {Number}
*/
export declare const $bitNot: ExpressionOperator;