UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 251 B
import { ExpressionOperator } from "../../../types"; /** * Takes two numbers and calculates the modulo of the first number divided by the second. * * @param obj * @param expr * @returns {number} */ export declare const $mod: ExpressionOperator;