UNPKG

ts2typebox

Version:

Creates TypeBox code from Typescript code

11 lines (10 loc) 140 B
export type Person = { /** * @minimum 18 */ age: number; /** * @description full name of the person */ name: string; };