UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 225 B
import ts from "typescript"; export declare namespace CommentFactory { const description: (symbol: ts.Symbol, includeTags?: boolean) => string | undefined; const merge: (comments: ts.SymbolDisplayPart[]) => string; }