mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-23 23:11:12 -04:00
update typedocs and dist
This commit is contained in:
parent
f3469f067a
commit
476d566a7f
44 changed files with 445 additions and 267 deletions
5
dist/utils/TaskLooper.js
vendored
5
dist/utils/TaskLooper.js
vendored
|
@ -1,7 +1,9 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
/**
|
||||
* Run a task in a fixed period loop.
|
||||
*/
|
||||
export default class TaskLooper {
|
||||
class TaskLooper {
|
||||
/**
|
||||
* Build the looper with a function to invoke on a fixed period loop.
|
||||
*
|
||||
|
@ -44,4 +46,5 @@ export default class TaskLooper {
|
|||
this._isLooping = false;
|
||||
}
|
||||
}
|
||||
exports.default = TaskLooper;
|
||||
//# sourceMappingURL=TaskLooper.js.map
|
Loading…
Add table
Add a link
Reference in a new issue