UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 233 B
import { ExpressionOperator } from "../../../types"; /** * Raises a number to the specified exponent and returns the result. * * @param obj * @param expr * @returns {AnyObject} */ export declare const $pow: ExpressionOperator;