Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

mylv

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mylv

```bash npm install mylv ```

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

安装方式

npm install mylv

导入方式

const mylv = require('mylv');

方法使用说明

// bug10 方法
// 该方法可以生成10个bug
let result = mylv.bug10();
console.log(result); // bugbugbugbugbugbugbugbugbugbug

// ucfirst 方法
// 改方法可以把首字母变为大写
let str = 'hello';
let result = mylv.ucfirst(str);
console.log(result); // Hello

开源协议

ISC

FAQs

Package last updated on 29 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts