UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 167 B
import { $gt as __gt, processExpression } from "../../_predicates"; const $gt = (obj, expr, options) => processExpression(obj, expr, options, __gt); export { $gt };