Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
4
node_modules/@libsql/hrana-client/lib-esm/util.js
generated
vendored
Normal file
4
node_modules/@libsql/hrana-client/lib-esm/util.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { InternalError } from "./errors.js";
|
||||
export function impossible(value, message) {
|
||||
throw new InternalError(message);
|
||||
}
|
||||
Reference in New Issue
Block a user