@nixjs23n6/types
Version:
Typings for gRPC Web Client.
9 lines • 397 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BaseErrors = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./types"), exports);
tslib_1.__exportStar(require("./interface"), exports);
tslib_1.__exportStar(require("./error"), exports);
exports.BaseErrors = tslib_1.__importStar(require("./baseError"));
//# sourceMappingURL=index.js.map