UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 196 B
import { ExpressionOperator } from "../../../types"; /** * Calculates the square root of a positive number and returns the result as a double. */ export declare const $sqrt: ExpressionOperator;