UNPKG
humanize-ms
Version:
latest (2.0.0)
2.0.0
1.2.1
1.2.0
1.0.2
1.0.1
1.0.0
transform humanize time to ms
github.com/node-modules/humanize-ms
node-modules/humanize-ms
humanize-ms
/
dist
/
esm
/
index.d.ts
5 lines
(4 loc)
•
97 B
TypeScript
View Raw
1
2
3
4
5
/** * transform humanize time to ms */
export
declare
function
ms
(
t
:
number
|
string
):
number
;