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
/
index.d.ts
5 lines
(4 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
import
timeAgo
from
'./timeAgo'
;
import
timeAgoFormatted
from
'./timeAgoFormatted'
;
import
timeLeft
from
'./timeLeft'
;
export
{ timeAgo, timeAgoFormatted, timeLeft };