UNPKG
yuxuannnn_utils
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
xs开发的前端工具包
github.com/aiketangdezhiyi/yuxuannnn_utils
aiketangdezhiyi/yuxuannnn_utils
yuxuannnn_utils
/
lib
/
date
/
index.d.ts
2 lines
(1 loc)
•
109 B
TypeScript
View Raw
1
2
export
declare
const
formatDate
:
(
time
:
string
|
number
|
undefined
,
format
:
string
|
undefined
) =>
string
;