UNPKG

@skorpland/powerbase-js

Version:

Isomorphic Javascript client for Powerbase

6 lines 270 B
import { AuthClient } from '@skorpland/auth-js'; import { PowerbaseAuthClientOptions } from './types'; export declare class PowerbaseAuthClient extends AuthClient { constructor(options: PowerbaseAuthClientOptions); } //# sourceMappingURL=PowerbaseAuthClient.d.ts.map