elbus 0.2.21

Local and network IPC bus
Documentation
1
2
3
4
5
6
7
8
9
10
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TimeoutError = void 0;
class TimeoutError extends Error {
    constructor() {
        super("Timeout");
    }
}
exports.TimeoutError = TimeoutError;
//# sourceMappingURL=timeout-error.js.map