UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 198 B
import { ExpressionOperator } from "../../../types"; /** * Takes two numbers and calculates the modulo of the first number divided by the second. */ export declare const $mod: ExpressionOperator;