hrbu-util

1.0.0 • Public • Published

安装

npm install hrbu-util

导入

const hrbuUtil = require("hrbu-util");

格式化时间

// 调用 dataFormat 对时间进行格式化
const  dtStr = hrbuUtil.dateFormat(new Date());

// 结果 2022-3-24 20:01:33

4位验证码

// 获取4位字母与数字组成的验证码
const  dtStr = hrbuUtil.verificationCode(4);

// 结果 rds7

6位验证码

// 获取6位字母与数字组成的验证码
const  dtStr = hrbuUtil.verificationCode(6);

// 结果 vr9ktc

Package Sidebar

Install

npm i hrbu-util

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.82 kB

Total Files

5

Last publish

Collaborators

  • niulixin