Files
ui-development-kit/out/renderer/server/chunks/client-CQ5E_ugM.js

21 lines
437 B
JavaScript

import './exports-DuWZopOC.js';
function get(key, parse = JSON.parse) {
try {
return parse(sessionStorage[key]);
} catch {
}
}
const SNAPSHOT_KEY = "sveltekit:snapshot";
const SCROLL_KEY = "sveltekit:scroll";
get(SCROLL_KEY) ?? {};
get(SNAPSHOT_KEY) ?? {};
function goto(url, opts = {}) {
{
throw new Error("Cannot call goto(...) on the server");
}
}
export { goto as g };
//# sourceMappingURL=client-CQ5E_ugM.js.map