UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 247 B
import { Any, AnyObject, Options } from "../../../types"; /** * Takes two numbers and calculates the modulo of the first number divided by the second. */ export declare const $mod: (obj: AnyObject, expr: [Any, Any], options: Options) => number;