lora-studio / src /lib /stores /use-user.ts
enzostvs's picture
enzostvs HF staff
add user validation
b1a4d81
raw
history blame
151 Bytes
import { writable } from "svelte/store";
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export const userStore = writable<any>(null);