UNPKG

@microsoft/api-extractor

Version:

Validate, document, and review the exported API for a TypeScript library

8 lines (7 loc) 249 B
import * as ts from 'typescript'; export declare class TypeScriptMessageFormatter { /** * Format a TypeScript diagnostic message or message chain. */ static format(messageText: string | ts.DiagnosticMessageChain): string; }