UNPKG

mingo

Version:

MongoDB query language for in-memory objects

9 lines (8 loc) 147 B
import { bitwise } from "./_internal"; const $bitAnd = bitwise( "$bitAnd", (nums) => nums.reduce((a, b) => a & b, -1) ); export { $bitAnd };