UNPKG

@libsql/hrana-client

Version:

Hrana client for connecting to sqld over HTTP or WebSocket

5 lines (4 loc) 130 B
import { InternalError } from "./errors.js"; export function impossible(value, message) { throw new InternalError(message); }