UNPKG
@fireproof/partykit
Version:
dev (0.19.112-dev-script)
latest (0.19.118)
0.19.118
0.19.116
0.19.112
0.19.112-dev-usefp-1
0.19.112-dev-usefp
0.19.112-dev-ucan-1
0.19.112-dev-script
0.19.112-dev-nf1
0.19.111
0.19.109
0.19.108
0.19.107
0.19.106
0.19.105
0.19.104
0.19.103
0.19.102
0.19.100
0.19.99
0.19.99-dev-100
0.19.11-dev-dryrun7
0.19.11-dev-dryrun6
0.19.11-dev-dryrun5
0.19.11-dev-dryrun4
0.19.11-dev-dryrun2
0.19.11-dev-dryrun
0.19.10
0.19.10-dev-marty6
0.18.0
0.17.10
0.17.9
0.17.8
0.17.7
0.17.6
0.17.5
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.3
0.16.1
0.14.13
0.14.12
0.14.11
0.14.10
0.14.9
0.14.8
0.14.7
0.14.6
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.13.19
0.13.17
0.13.16
0.13.15
0.13.14
0.13.13
0.13.12
0.13.11
0.13.10
0.13.9
0.13.8
0.13.7
0.13.6
0.13.5
0.13.4
PartyKit gateway for Fireproof
@fireproof/partykit
/
index.d.cts
9 lines
(5 loc)
•
233 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Database
, bs }
from
'@fireproof/core'
;
type
ConnectFunction
=
(
db
:
Database
,
name
?:
string
,
url
?:
string
) =>
bs.
Connection
;
declare
const
connect
:
ConnectFunction
;
export
{ connect };
declare
module
'@fireproof/partykit'