UNPKG

slonik

Version:

A Node.js PostgreSQL client with strict types, detailed logging and assertions.

6 lines 193 B
import { type InternalQueryMethod } from '../types'; /** * Makes a query and expects any number of results. */ export declare const any: InternalQueryMethod; //# sourceMappingURL=any.d.ts.map