UNPKG

appwrite-utils

Version:
3 lines (2 loc) 143 B
import { Client } from "appwrite"; export declare const getAppwriteClient: (endpoint: string, project: string, sessionKey?: string) => Client;