UNPKG
chenms-tools
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
chenms-tools
/
es
/
format.js
6 lines
(5 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
5
6
const
t
= (
) =>
"200万"
, r =
() =>
"2022-10-10"
;
export
{ t
as
formatCount, r
as
formatDate };