UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 311 B
import { ExpressionOperator } from "../../../types"; /** * Returns the result of a bitwise or 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 $bitOr: ExpressionOperator;