UNPKG
@bangbu/ts-utils
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Utility functions and constants for Cyberk
github.com/bangbu10820/ts-utils
@bangbu/ts-utils
/
dist
/
types
/
functions
/
time-ago.d.ts
4 lines
(3 loc)
•
109 B
TypeScript
View Raw
1
2
3
4
export
declare
const
timeAgo
:
(
timestamp
:
Date
|
null
, { withAgo, }?: { withAgo?:
boolean
; }
) =>
string
;