UNPKG

@beenotung/tslib

Version:
11 lines 317 B
"use strict"; 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