File size: 93 Bytes
f23c3c9
 
 
1
2
3
4
import { writable } from "svelte/store";

export const isAborted = writable<boolean>(false);