MCPcopy
hub / github.com/sequelize/sequelize / singularize

Method singularize

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

Source from the content-addressed store, hash-verified

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

Callers 7

utils.test.jsFile · 0.80
initMethod · 0.80
singularizeFunction · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected