UNPKG

tsd

Version:

Check TypeScript type definitions

10 lines (9 loc) 285 B
import { Diagnostic, Context } from '../interfaces'; /** * Get a list of custom diagnostics within the current context. * * @param context - The context object. * @returns List of diagnostics */ declare const _default: (context: Context) => Diagnostic[]; export default _default;