UNPKG
lsx-npm1
Version:
latest (1.0.0)
1.0.0
提供了格式化时间与生成4、6位验证码
lsx-npm1
/
lsx.js
7 lines
(6 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
dateFormat =
require
(
"./dateFormat"
);
const
verificationCode =
require
(
"./verificationCode"
);
module
.
exports
= { ...dateFormat, ...verificationCode }