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.pluralize

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

Getter/setter around function for pluralizing collection names.

Parameters

optional
fn: ((str: string) => string) | null

Returns

((str: string) => string) | null