/
asias
/
new
Обзор
Документация
Войти
/
asias
/
new
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/eslint-module-utils/declaredScope.d.ts
10 строк
245 B
AnastasyaDemina
project
07 дек 2025, 23:03
07 дек 2025, 23:03
7c21e25
Код
Авторство
О чём код?
import { Rule, Scope } from 'eslint'; import * as ESTree from 'estree'; declare function declaredScope( context: Rule.RuleContext, name: string, node?: ESTree.Node, ): Scope.Scope['type'] | undefined; export default declaredScope;