UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 218 B
import { Any, AnyObject, Options } from "../../../types"; /** * Takes two numbers and divides the first number by the second. */ export declare const $divide: (obj: AnyObject, expr: Any, options: Options) => number;