UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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