UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 313 B
import { ExpressionOperator } from "../../../types"; /** * Returns the result of a bitwise and operation on an array of int or long values. * * @param obj RawObject from collection * @param expr Right hand side expression of operator * @returns {Number} */ export declare const $bitAnd: ExpressionOperator;