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")); // Hellonpm i npmlongyanconst ly = require("npmlongyan");输入一个sayHi
console.log(ly.str.sayHi());把字符串首字母变为大写
console.log(ly.str.toUp("hello")); // Hello