UNPKG

postgrejs

Version:

Professional PostgreSQL client NodeJS

3 lines (2 loc) 144 B
import type { FieldInfo } from '../interfaces/field-info.js'; export declare function convertRowToObject(fields: FieldInfo[], row: any[]): any;