UNPKG

@skorpland/powerbase-js

Version:

Isomorphic Javascript client for Powerbase

6 lines 546 B
import { PowerbaseClientOptions } from './types'; export declare function uuid(): string; export declare function stripTrailingSlash(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: PowerbaseClientOptions<SchemaName>, defaults: PowerbaseClientOptions<any>): Required<PowerbaseClientOptions<SchemaName>>; //# sourceMappingURL=helpers.d.ts.map