UNPKG

postgrejs

Version:

Professional PostgreSQL client NodeJS

11 lines (10 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BindParam = void 0; class BindParam { constructor(oid, value) { this.oid = oid; this.value = value; } } exports.BindParam = BindParam;