Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Registers a plugin for this schema.

Type Parameters

PFunc extends PluginFunction<DocType, TModelType, any, any, any, any>
optional
POptions extends Parameters<PFunc>[1] = Parameters<PFunc>[1]

Parameters

fn: PFunc
optional
opts: POptions