astro-ghostcms/.pnpm-store/v3/files/df/5e2551158884b53e607e050ab85...

20 lines
515 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var _ral;
function RAL() {
if (_ral === undefined) {
throw new Error("No runtime abstraction layer installed");
}
return _ral;
}
(function (RAL) {
function install(ral) {
if (ral === undefined) {
throw new Error("No runtime abstraction layer provided");
}
_ral = ral;
}
RAL.install = install;
})(RAL || (RAL = {}));
exports.default = RAL;
//# sourceMappingURL=ral.js.map