UNPKG
chenms-tools
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
chenms-tools
/
lib
/
index.js
2 lines
(1 loc)
•
178 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
,{
value
:
"Module"
});
const
t=
require
(
"./format.js"
);
exports
.
formatCount
=t.
formatCount
;
exports
.
formatDate
=t.
formatDate
;