UNPKG

prostgles-client

Version:

Reactive client for Postgres

6 lines 332 B
import type { ClientSchema, MethodHandler } from "prostgles-types"; import type { InitOptions } from "./prostgles"; export declare const getMethods: ({ onDebug, methods, socket }: Pick<InitOptions, "onDebug" | "socket"> & Pick<ClientSchema, "methods">) => { methodsObj: MethodHandler; }; //# sourceMappingURL=getMethods.d.ts.map