Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
export
interface
Inflector {
10
singularize(str: string): string;
11
pluralize(str: string): string;
12
}
13
14
export
function
useInflection(inflection: Inflector): void;
Callers
3
utils.test.js
File · 0.80
init
Method · 0.80
pluralize
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected