UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

5 lines (3 loc) 176 B
import { PostgresColumnModel } from '.'; import { TsonSchema } from '../tson'; export declare const postgresColumnToTson: <S extends PostgresColumnModel>(s: S) => TsonSchema;