UNPKG
human-interval
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Human readable time measurements
github.com/agenda/human-interval
agenda/human-interval
human-interval
/
index.d.ts
4 lines
(2 loc)
•
92 B
TypeScript
View Raw
1
2
3
4
declare
function
humanInterval
(
time
?:
string
):
number
|
undefined
;
export
= humanInterval;