sy120dbiao
v1.0.0
Published
Windows Welcome My bag is
Downloads
4
Readme
安装(install)
npm install sy120-biao
使用(usage)
const biao = require('biao'); // 把字符串首字母转大写 biao.ucfirst('hello'); // Hello // 计算两个数的和 biao.sum(4, 8); // 12 // 返回hello biao.str.aa(); // hello