UNPKG

postgrejs

Version:

Professional PostgreSQL client NodeJS

7 lines (6 loc) 144 B
import type { OID } from '../types.js'; export declare class BindParam { oid: OID; value: any; constructor(oid: OID, value: any); }