Skip to main content
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.7.5/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.