UNPKG

@supabase/supabase-js

Version:

Isomorphic Javascript client for Supabase

6 lines 543 B
import { SupabaseClientOptions } from './types'; export declare function uuid(): string; export declare function ensureTrailingSlash(url: string): string; export declare const isBrowser: () => boolean; export declare function applySettingDefaults<Database = any, SchemaName extends string & keyof Database = 'public' extends keyof Database ? 'public' : string & keyof Database>(options: SupabaseClientOptions<SchemaName>, defaults: SupabaseClientOptions<any>): Required<SupabaseClientOptions<SchemaName>>; //# sourceMappingURL=helpers.d.ts.map