UNPKG

metawrite

Version:

Appwrite SDK with ready to go components for Svelte / SvelteKit

11 lines (10 loc) 232 B
import { Appwrite } from 'appwrite'; export declare const SDK: { sdk: Appwrite; setConfig: (config: { endpoint: string; project: string; locale?: string; realtime?: string; }) => void; };