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

x/mongoose/types/index.d.ts>mongoose.plugin

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

Declares a global plugin executed on all Schemas.

Parameters

fn: (schema: Schema, opts?: any) => void
optional
opts: any