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
/
duration.d.ts
3 lines
(2 loc)
•
201 B
TypeScript
View Raw
1
2
3
import
{
IOptionsFormat
}
from
'./format'
;
export
default
function
duration
(
value
:
number
,
unitAbbr
?:
boolean
,
raw
?:
boolean
,
separator
?:
string
,
display
?:
string
[],
options
?:
IOptionsFormat
):
string
;