UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 293 B
import { Any, Options } from "../../../types"; /** * Matches numeric or binary values in which any bit from a set of bit positions has a value of 1. */ export declare const $bitsAnySet: (selector: string, value: Any, _options: Options) => (_: import("../../../types").AnyObject) => boolean;