UNPKG
lhy-tool
Version:
latest (1.0.0)
1.0.0
提供了格式化时间、HTMLEscape相关功能
lhy-tool
/
src
/
dateFormat.js
8 lines
(6 loc)
•
90 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
function
dateFormat
(
) {
console
.
log
(
'sss'
); }
module
.
exports
= { dateFormat }