@typescript-eslint/scope-manager
Version:
TypeScript scope analyser for ESLint
7 lines • 420 B
TypeScript
import type { ESLintScopeVariable } from './ESLintScopeVariable';
import type { Variable } from './Variable';
export { ESLintScopeVariable } from './ESLintScopeVariable';
export { ImplicitLibVariable, type ImplicitLibVariableOptions, type LibDefinition, } from './ImplicitLibVariable';
export { Variable } from './Variable';
export type ScopeVariable = ESLintScopeVariable | Variable;
//# sourceMappingURL=index.d.ts.map