lix-website/themes/lix/assets/bootstrap/node_modules/eslint-module-utils/declaredScope.d.ts

9 lines
186 B
TypeScript
Raw Normal View History

2024-04-27 03:39:10 +00:00
import { Rule, Scope } from 'eslint';
declare function declaredScope(
context: Rule.RuleContext,
name: string
): Scope.Scope['type'] | undefined;
export default declaredScope;