UNPKG
@zegocloud/zimkit-react
Version:
latest (1.2.1)
1.2.1
ZEGO ZIMKit SDK for Web React
@zegocloud/zimkit-react
/
components
/
ZIMKitCommon
/
ToolUtil
/
dateFormat.d.ts
2 lines
(1 loc)
•
82 B
TypeScript
View Raw
1
2
export
declare
function
dateFormat
(
date
:
number
|
string
,
time
:
boolean
):
string
;