UNPKG
time-left-ago
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Provide time left and time ago
github.com/TaliIsraeli88/time-left-ago
TaliIsraeli88/time-left-ago
time-left-ago
/
lib
/
timeAgo.d.ts
3 lines
(2 loc)
•
111 B
TypeScript
View Raw
1
2
3
import
{
Moment
}
from
'moment'
;
export
default
function
timeAgo
(
time
:
string
|
Date
|
Moment
|
null
):
string
;