UNPKG

pg-mutex-lock

Version:
5 lines (4 loc) 199 B
import { Client } from 'pg'; declare type ClientConstructorParams = ConstructorParameters<typeof Client>[0]; export declare function createClient(params: ClientConstructorParams): Client; export {};