UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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