UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 200 B
import { QueryOperator } from "../../../types"; /** * Performs a modulo operation on the value of a field and selects documents with a specified result. */ export declare const $mod: QueryOperator;