Package Exports
- upper-case-first
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (upper-case-first) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
upper-case-first
Upper case the first character of a string.
Installation
npm install upper-case-first --save
Usage
var upperCase = require('upper-case-first');
upperCase('string'); //=> "String"
License
MIT