UNPKG
djs-systems
Version:
latest (4.0.3)
4.0.3
4.0.2
4.0.1
4.0.0
1.0.2
1.0.1
1.0.0
The simplest way to build complex Discord bots.
simplyd.js.org
Rahuletto/simply-djs
djs-systems
/
typings
/
src
/
misc
/
ms.d.ts
8 lines
(7 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * A Powerful, efficient yet simple system to convert human-readable time to ms *
@param
str *
@link
`Documentation:` https://simplyd.js.org/docs/misc/ms *
@example
simplydjs.ms('1h') */
export
declare
function
ms
(
str:
string
):
number
;