UNPKG

typia

Version:

Superfast runtime validators with only one line

11 lines (10 loc) 202 B
export interface IJsDocTagInfo { name: string; text?: IJsDocTagInfo.IText[]; } export declare namespace IJsDocTagInfo { interface IText { text: string; kind: string; } }