UNPKG

typia

Version:

Superfast runtime validators with only one line

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