UNPKG
@skorpland/powerbase-js
Version:
latest (2.51.7)
2.51.7
2.51.6
2.51.5
2.51.4
2.50.9
2.50.8
Isomorphic Javascript client for Powerbase
github.com/skorpland/powerbase-js
skorpland/powerbase-js
@skorpland/powerbase-js
/
src
/
lib
/
PowerbaseAuthClient.ts
9 lines
(7 loc)
•
234 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
AuthClient
}
from
'@skorpland/auth-js'
import
{
PowerbaseAuthClientOptions
}
from
'./types'
export
class
PowerbaseAuthClient
extends
AuthClient
{
constructor
(
options: PowerbaseAuthClientOptions
) {
super
(options) } }