UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 188 B
import { ExpressionOperator } from "../../../types"; /** * Calculates the log base 10 of a number and returns the result as a double. */ export declare const $log10: ExpressionOperator;