JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9947151
  • Score
    100M100P100Q27552F
  • License MIT

Uppercase a string

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