1.0.0 • Published 4 years ago

rachel001 v1.0.0

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

安装方式

npm install rachel 

导入方式

const rachel = require('rachel');

方法使用说明

ucfirst - 把字符串首字母变为大写

rachel.ucfirst('hello'); // Hello

tolowercase - 把字符串转为小写

rachel.tolowercase('ABCD'); // abcd

开源协议

ISC

1.0.0

4 years ago