UNPKG

postgrejs

Version:

Professional PostgreSQL client NodeJS

4 lines (3 loc) 149 B
import type { DataType } from '../interfaces/data-type.js'; export declare const PointType: DataType; export declare const ArrayPointType: DataType;