UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 198 B
import { processBitwiseQuery } from "./_internal"; const $bitsAllClear = (selector, value, _options) => processBitwiseQuery(selector, value, (result, _) => result == 0); export { $bitsAllClear };