UNPKG

netpower-js

Version:

A common library that can be used for fe and be

13 lines 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Error = void 0; var Error = /** @class */ (function () { function Error() { this.message = ''; this.code = ''; this.stack = ''; } return Error; }()); exports.Error = Error; //# sourceMappingURL=error.js.map