Urara-Blog/node_modules/.pnpm-store/v3/files/29/3cd21635056dbed19e69d3af5fea482ff1f4893c606cc301d4533a9417bca9ad805ed75e9e520a44892913cff95cd59a4ce609cf29a9bceb2a35bdda3fca49
2022-08-14 01:14:53 +08:00

9 lines
199 B
Text

/** @type {App.PublicEnv} */
let env = {};
/** @type {(environment: Record<string, string>) => void} */
function set_public_env(environment) {
env = environment;
}
export { env, set_public_env };