Initial commit
This commit is contained in:
7
dist/Utils.js
vendored
Normal file
7
dist/Utils.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.delay = delay;
|
||||
function delay(duration) {
|
||||
return new Promise(function (resolve) { return setTimeout(resolve, duration); });
|
||||
}
|
||||
//# sourceMappingURL=Utils.js.map
|
||||
Reference in New Issue
Block a user