UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 241 B
import { ExpressionOperator } from "../../../types"; /** * Calculates the log base 10 of a number and returns the result as a double. * * @param obj * @param expr * @returns {number} */ export declare const $log10: ExpressionOperator;