UNPKG

postgrejs

Version:

Professional PostgreSQL client NodeJS

4 lines (3 loc) 289 B
import type { DataMappingOptions } from '../interfaces/data-mapping-options.js'; import type { DecodeBinaryFunction, Nullable } from '../types.js'; export declare function decodeBinaryArray<T = any>(buf: Buffer, decoder: DecodeBinaryFunction, options?: DataMappingOptions): Nullable<T[]>;