UNPKG

@oystehr/sdk

Version:

Oystehr SDK

3 lines (2 loc) 112 B
import { Pool } from 'pg'; export declare function query<T>(queryFunc: (pool: Pool) => Promise<T>): Promise<T>;