lix-website/themes/lix/assets/bootstrap/node_modules/eslint-module-utils/declaredScope.d.ts
2024-04-26 22:49:34 -06:00

9 lines
186 B
TypeScript

import { Rule, Scope } from 'eslint';
declare function declaredScope(
context: Rule.RuleContext,
name: string
): Scope.Scope['type'] | undefined;
export default declaredScope;