UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 249 B
import { Any, AnyObject, Options } from "../../../types"; /** * Calculates the log of a number in the specified base and returns the result as a double. */ export declare const $log: (obj: AnyObject, expr: Any, options: Options) => number | null;