UNPKG

@fireproof/aws

Version:

PartyKit gateway for AWS

9 lines (5 loc) 228 B
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/aws'