import { writable } from 'svelte/store'; export const reactiveStoreVal = writable(0); export const unreactiveExport = true;