UNPKG
@jimpick/fireproof-partykit
Version:
latest (0.19.118-jim2)
0.19.118-jim2
PartyKit gateway for Fireproof
@jimpick/fireproof-partykit
/
index.d.ts
9 lines
(5 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Database
, bs }
from
'@jimpick/fireproof-core'
;
type
ConnectFunction
=
(
db
:
Database
,
name
?:
string
,
url
?:
string
) =>
bs.
Connection
;
declare
const
connect
:
ConnectFunction
;
export
{ connect };
declare
module
'@fireproof/partykit'