UNPKG

hosty

Version:

A code based opinionated way to self-host and manage web apps.

3 lines 165 B
import { Postgres, PostgresConfig } from '../../types.js'; export declare function postgres(config: PostgresConfig): Postgres; //# sourceMappingURL=postgres.d.ts.map