Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ pluralize
Function
pluralize
lib/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
function
format(arr, dialect) {
Callers
nothing calls this directly
Calls
1
pluralize
Method · 0.80
Tested by
no test coverage detected