UNPKG

tsd

Version:

Check TypeScript type definitions

9 lines (8 loc) 276 B
import { Diagnostic, Context } 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) => Diagnostic[];