UNPKG

@skorpland/powerbase-js

Version:

Isomorphic Javascript client for Powerbase

11 lines 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PowerbaseAuthClient = void 0; const auth_js_1 = require("@skorpland/auth-js"); class PowerbaseAuthClient extends auth_js_1.AuthClient { constructor(options) { super(options); } } exports.PowerbaseAuthClient = PowerbaseAuthClient; //# sourceMappingURL=PowerbaseAuthClient.js.map