MCPcopy
hub / github.com/sequelize/sequelize / pluralize

Method pluralize

types/lib/utils.d.ts:10–10  ·  types/lib/utils.d.ts::Inflector.pluralize
(str: string)

Source from the content-addressed store, hash-verified

8export interface Inflector {
9 singularize(str: string): string;
10 pluralize(str: string): string;
11}
12
13export function useInflection(inflection: Inflector): void;

Callers 3

initMethod · 0.80
pluralizeFunction · 0.80
utils.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected