UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 193 B
import { ExpressionOperator } from "../../../types"; /** * Returns the result of a bitwise or operation on an array of int or long values. */ export declare const $bitOr: ExpressionOperator;