Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sequelize/sequelize
/ pluralize
Function
pluralize
src/utils.js:112–114 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
110
exports.singularize = singularize;
111
112
function
pluralize(str) {
113
return
inflection.pluralize(str);
114
}
115
exports.pluralize = pluralize;
116
117
/**
Callers
nothing calls this directly
Calls
1
pluralize
Method · 0.80
Tested by
no test coverage detected