UNPKG

@matatbread/typia

Version:

Superfast runtime validators with only one line

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