UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 203 B
import { processBitwiseQuery } from "./_internal"; const $bitsAnyClear = (selector, value, _options) => processBitwiseQuery(selector, value, (result, mask) => result < mask); export { $bitsAnyClear };