UNPKG
blund
Version:
latest (1.0.0)
1.0.0
A sleep function. Main purpose is testing.
github.com/mgechev/blund
mgechev/blund
blund
/
index.js
4 lines
•
189 B
JavaScript
View Raw
1
2
3
4
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
(
time
) =>
new
Promise
(
resolve
=>
setTimeout
(resolve, time));
//# sourceMappingURL=index.js.map