UNPKG

slonik

Version:

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

3 lines 157 B
import { type InternalQueryMethod } from '../types'; export declare const exists: InternalQueryMethod<Promise<boolean>>; //# sourceMappingURL=exists.d.ts.map