no-identical-functions.d.ts 197 B

1234
  1. import type { TSESLint } from '@typescript-eslint/experimental-utils';
  2. declare type Options = (number | 'sonar-runtime')[];
  3. declare const rule: TSESLint.RuleModule<string, Options>;
  4. export = rule;