UNPKG

@libsql/hrana-client

Version:

Hrana client for connecting to sqld over HTTP or WebSocket

9 lines (8 loc) 273 B
"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;