UNPKG

eslint-plugin-logical-properties

Version:
4 lines 246 B
import type { Rule } from 'eslint'; import type { TestInput } from '../types.js'; export declare const runEslintTests: (testName: string, rule: Rule.RuleModule, { valid, invalid, }: TestInput) => void; //# sourceMappingURL=runEslintTests.d.ts.map