1.0.2 • Published 2 years ago

coder-ren v1.0.2

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

coder-RenYiZhong

安装

npm i coder-ren

导入

const { coderRenDemo, coderRenisEmpty } = require('coder-ren')

coderRenisEmpty 使用

// let test = null - undefined - false - [] - {} - ' '
if(coderRenisEmpty(test)){
    console.log('不为合法字段')
}

coderRenDemo 使用

coderRenDemo('abcd')
// ABCD

开源协议

ISC

留言

 2022-04-13 22:58 创建个人示例包示例工程 

更新日志

1.0.1

 新增非空判断

1.0.0

 创建个人示例包示例工程 
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago