Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

MongoDB object modeling designed to work in an asynchronous environment.
Latest
namespace mongoose
import { mongoose } from "https://deno.land/x/mongoose@6.13.3/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.