UNPKG

@triviality/core

Version:
11 lines 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var AsyncServiceFunctionReferenceError = /** @class */ (function () { function AsyncServiceFunctionReferenceError(wait) { this.wait = wait; this.stack = new Error(); } return AsyncServiceFunctionReferenceError; }()); exports.AsyncServiceFunctionReferenceError = AsyncServiceFunctionReferenceError; //# sourceMappingURL=AsyncServiceFunctionReferenceError.js.map