no-element-overwrite.d.ts 145 B

123
  1. import type { TSESLint } from '@typescript-eslint/experimental-utils';
  2. declare const rule: TSESLint.RuleModule<string, string[]>;
  3. export = rule;