the-forest/client/node_modules/@libsql/hrana-client/lib-cjs/util.js
2024-09-17 20:35:18 -04:00

9 lines
273 B
JavaScript

"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;