Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mongoose/types/expressions.d.ts>mongoose

MongoDB object modeling designed to work in an asynchronous environment.
Go to Latest
namespace mongoose
import { mongoose } from "https://deno.land/x/mongoose@6.13.0/types/expressions.d.ts";

Interfaces

Type Aliases

Trigonometry expressions perform trigonometric operations on numbers. Values that represent angles are always input or output in radians. Use $degreesToRadians and $radiansToDegrees to convert between degree and radian measurements.