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#omit

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

Returns a new schema that has the paths from the original schema, minus the omitted ones.

Type Parameters

optional
T = this

Parameters

paths: string[]
optional
options: SchemaOptions