版博士V2.0程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

README.md 844 B

1234567891011121314151617181920212223242526272829303132
  1. # Upper Case First
  2. [![NPM version][npm-image]][npm-url]
  3. [![NPM downloads][downloads-image]][downloads-url]
  4. [![Bundle size][bundlephobia-image]][bundlephobia-url]
  5. > Transforms the string with the first character in upper cased.
  6. ## Installation
  7. ```
  8. npm install upper-case-first --save
  9. ```
  10. ## Usage
  11. ```js
  12. import { upperCaseFirst } from "upper-case-first";
  13. upperCaseFirst("test"); //=> "Test"
  14. ```
  15. ## License
  16. MIT
  17. [npm-image]: https://img.shields.io/npm/v/upper-case-first.svg?style=flat
  18. [npm-url]: https://npmjs.org/package/upper-case-first
  19. [downloads-image]: https://img.shields.io/npm/dm/upper-case-first.svg?style=flat
  20. [downloads-url]: https://npmjs.org/package/upper-case-first
  21. [bundlephobia-image]: https://img.shields.io/bundlephobia/minzip/upper-case-first.svg
  22. [bundlephobia-url]: https://bundlephobia.com/result?p=upper-case-first