1.0.0 • Published 1 year ago

yzt_tools v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

安装

npm install yzt_tools

导入

const yzt = require('yzt_tools');

格式化时间

console.log(yzt.date());
//2022-12-1 01:12:32

随机数

console.log(yzt.rdm());
//0-10
console.log(yzt.rdm(100));
//0-100
1.0.0

1 year ago