mlh-tsd
Version:
Check TypeScript type definitions
10 lines (9 loc) • 323 B
TypeScript
import { ExtendedDiagnostic } from './interfaces';
declare const _default: (extendedDiagnostics: ExtendedDiagnostic) => any;
/**
* Format the TypeScript diagnostics to a human readable output.
*
* @param diagnostics - List of TypeScript diagnostics.
* @returns Beautiful diagnostics output
*/
export default _default;