1.0.0 • Published 4 years ago

youhe-ucfirst v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

安装方法

npm install ucfirst

导入方式

const xxx =require('ucfirst')

###方法使用说明

  • ucfirst()

作用是,把一个字符串的首字母变成大写,参数是需要处理的字符串

console.log(xxx,ucfirst('abcd'));//Abcd

开源协议

ISC

1.0.0

4 years ago