Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mongoose/types/index.d.ts>mongoose.VirtualType#applySetters

MongoDB object modeling designed to work in an asynchronous environment.
Go to Latest
method mongoose.VirtualType.prototype.applySetters
import { mongoose } from "https://deno.land/x/mongoose@8.6.3/types/index.d.ts";
const { VirtualType } = mongoose;

Applies setters to value.

Parameters

value: any
doc: Document