UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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