MCPcopy Create free account
hub / github.com/dresende/node-orm2 / ucfirst

Function ucfirst

lib/Associations/Extend.js:249–251  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

247}
248
249function ucfirst(text) {
250 return text[0].toUpperCase() + text.substr(1);
251}

Callers 1

Extend.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected