Spaces:
Sleeping
Sleeping
File size: 273 Bytes
112f3b0 | 1 2 3 4 5 6 7 8 9 | "use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.impossible = void 0;
const errors_js_1 = require("./errors.js");
function impossible(value, message) {
throw new errors_js_1.InternalError(message);
}
exports.impossible = impossible;
|