UNPKG

mingo

Version:

MongoDB query language for in-memory objects

4 lines (3 loc) 212 B
import { Any, AnyObject, Options } from "../../../types"; /** Returns the inverse tangent (arc tangent) of a value in radians. */ export declare const $atan: (obj: AnyObject, expr: Any, options: Options) => Any;