MCPcopy 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

110exports.singularize = singularize;
111
112function pluralize(str) {
113 return inflection.pluralize(str);
114}
115exports.pluralize = pluralize;
116
117/**

Callers

nothing calls this directly

Calls 1

pluralizeMethod · 0.80

Tested by

no test coverage detected