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

Function ucfirst

lib/LazyLoad.js:103–105  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

101}
102
103function ucfirst(text) {
104 return text[0].toUpperCase() + text.substr(1).toLowerCase();
105}
106
107exports.extend = extend;

Callers 1

addLazyLoadPropertyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected