UNPKG

slonik

Version:

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

7 lines 242 B
import { type InternalQueryMethod } from '../types'; /** * Makes a query and expects at least 1 result. * @throws NotFoundError If query returns no rows. */ export declare const many: InternalQueryMethod; //# sourceMappingURL=many.d.ts.map