UNPKG
@onesy/date
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Time and date utils library
github.com/onesy-me/date
onesy-me/date
@onesy/date
/
ago.d.ts
3 lines
(2 loc)
•
118 B
TypeScript
View Raw
1
2
3
import
OnesyDate
from
'./OnesyDate'
;
export
default
function
ago
(
onesyDate
?:
OnesyDate
,
withSufix
?:
boolean
):
string
;