@beenotung/tslib
Version:
utils library in Typescript
11 lines • 317 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.not_impl = exports.NotImplError = void 0;
class NotImplError extends Error {
}
exports.NotImplError = NotImplError;
function not_impl() {
throw new NotImplError();
}
exports.not_impl = not_impl;
//# sourceMappingURL=error.js.map