UNPKG

tsd

Version:

Check TypeScript type definitions

10 lines (9 loc) 311 B
import { Context, Diagnostic } from '../interfaces'; /** * Rule which enforces the use of a `types` property over a `typings` property. * * @param context - The context object. * @returns A list of custom diagnostics. */ declare const _default: (context: Context) => Diagnostic[]; export default _default;