UNPKG

typia

Version:

Superfast runtime validators with only one line

9 lines (8 loc) 213 B
export declare namespace TypiaProgrammer { interface IProps { input: string; output: string; project: string; } const build: (props: TypiaProgrammer.IProps) => Promise<void>; }