UNPKG

tsd-check

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