2026-05-31 13:54:31 +02:00

4 lines
99 B
JavaScript

export var error = function (msg) {
throw new Error(msg);
};
//# sourceMappingURL=errors.js.map