UNPKG

devv-code-backend

Version:

Devv Code Backend SDK - like Supabase for Devv Code

5 lines (4 loc) 158 B
export { DevvAuth } from './auth'; export type { User, AuthResponse } from './types'; import { DevvAuth } from './auth'; export declare const auth: DevvAuth;