UNPKG

mingo

Version:

MongoDB query language for in-memory objects

19 lines (18 loc) 300 B
import { $eq } from "./eq"; import { $gt } from "./gt"; import { $gte } from "./gte"; import { $in } from "./in"; import { $lt } from "./lt"; import { $lte } from "./lte"; import { $ne } from "./ne"; import { $nin } from "./nin"; export { $eq, $gt, $gte, $in, $lt, $lte, $ne, $nin };