MCPcopy Index your code
hub / github.com/sequelize/sequelize / pluralize

Method pluralize

src/utils.d.ts:11–11  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

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

Callers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected