Skip to main content
The Deno 2 Release Candidate is 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@6.13.0/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