版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
CPL 9104556504 v2.0.7 报表数据修改 1 anno fa
..
dist v2.0.7 报表数据修改 1 anno fa
dist.es2015 v2.0.7 报表数据修改 1 anno fa
LICENSE v2.0.7 报表数据修改 1 anno fa
README.md v2.0.7 报表数据修改 1 anno fa
package.json v2.0.7 报表数据修改 1 anno fa

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