Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/eslint-module-utils/declaredScope.d.ts

import { Rule, Scope } from 'eslint';

declare function declaredScope(
    context: Rule.RuleContext,
    name: string
): Scope.Scope['type'] | undefined;

export default declaredScope;
Back to Directory File Manager