UNPKG

mlh-tsd

Version:

Check TypeScript type definitions

9 lines (8 loc) 290 B
import { Context, ExtendedDiagnostic } from './interfaces'; /** * Get a list of TypeScript diagnostics within the current context. * * @param context - The context object. * @returns List of diagnostics */ export declare const getDiagnostics: (context: Context) => ExtendedDiagnostic;