版博士V2.0程序
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
CPL 9104556504 v2.0.7 报表数据修改 há 1 ano
..
dist v2.0.7 报表数据修改 há 1 ano
dist.es2015 v2.0.7 报表数据修改 há 1 ano
LICENSE v2.0.7 报表数据修改 há 1 ano
README.md v2.0.7 报表数据修改 há 1 ano
package.json v2.0.7 报表数据修改 há 1 ano

README.md

Upper Case First

NPM version NPM downloads Bundle size

Transforms the string with the first character in upper cased.

Installation

npm install upper-case-first --save

Usage

import { upperCaseFirst } from "upper-case-first";

upperCaseFirst("test"); //=> "Test"

License

MIT