1.0.1 • Published 5 years ago
npmlongyan v1.0.1
安装方式
npm i npmlongyan
导入方式
const ly = require("npmlongyan");
方法使用说明
输入一个sayHi
console.log(ly.str.sayHi());
把字符串首字母变为大写
console.log(ly.str.toUp("hello")); // Hello
npm i npmlongyan
const ly = require("npmlongyan");
输入一个sayHi
console.log(ly.str.sayHi());
把字符串首字母变为大写
console.log(ly.str.toUp("hello")); // Hello