UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

4 lines (2 loc) 144 B
import { PostgresColumnModel } from '../postgres'; export declare const postgresColumnToType: <S extends PostgresColumnModel>(s: S) => string;