UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 169 B
import { $gt as __gt, processQuery } from "../../_predicates"; const $gt = (selector, value, options) => processQuery(selector, value, options, __gt); export { $gt };