Skip to main content
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@6.7.5/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