update typedocs and dist

This commit is contained in:
woodser 2022-05-12 17:25:46 -04:00
parent f3469f067a
commit 476d566a7f
44 changed files with 445 additions and 267 deletions

View file

@ -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