UNPKG
@550w-tools/core
Version:
latest (0.0.16)
0.0.16
0.0.15
0.0.14
0.0.13
550w-tools 核心库,暴露若干API供应用层调用
@550w-tools/core
/
lib
/
utils
/
date.d.ts
2 lines
(1 loc)
•
56 B
TypeScript
View Raw
1
2
export
declare
function
formatDate
(
date
:
Date
):
string
;