1
0
Fork 0
mirror of https://github.com/wukko/cobalt.git synced 2025-04-16 07:05:02 +02:00
cobalt/web/src/lib/state/server-info.ts

5 lines
167 B
TypeScript
Raw Normal View History

import { writable } from "svelte/store";
import * as ServerInfo from "$lib/api/server-info";
export default writable<ServerInfo.CobaltServerInfoCache | undefined>();