UNPKG

prostgles-client

Version:

Reactive client for Postgres

6 lines 249 B
import { type SQLHandler } from "prostgles-types"; import type { InitOptions } from "./prostgles"; export declare const getSqlHandler: ({ socket }: Pick<InitOptions, "socket">) => { sql: SQLHandler; }; //# sourceMappingURL=getSqlHandler.d.ts.map