UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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