You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/js/samples/reactive-class-optimized/store.js

5 lines
130 B

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