UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 196 B
import { QueryOperator } from "../../../types"; /** * Matches numeric or binary values in which a set of bit positions all have a value of 1. */ export declare const $bitsAllSet: QueryOperator;