UNPKG

@cocalc/database

Version:

CoCalc: code for working with our PostgreSQL database

7 lines (6 loc) 131 B
interface TypeInfo { pg_type?: string; type?: string; } export declare function pgType(info: TypeInfo): string; export {};