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
/
src
/
index.ts
6 lines
(4 loc)
•
164 B
text/typescript
View Raw
1
2
3
4
5
6
import
timeAgo
from
'./timeAgo'
import
timeAgoFormatted
from
'./timeAgoFormatted'
import
timeLeft
from
'./timeLeft'
export
{ timeAgo, timeAgoFormatted, timeLeft }