UNPKG

@ghini/kit

Version:

js practical tools to assist efficient development

2 lines (1 loc) 108 B
export function query(pool: any): (text: string, params?: any[]) => Promise<[Error, null] | [null, any[]]>;