@types/eslint-scope
Version:
TypeScript definitions for eslint-scope
28 lines (26 loc) • 406 B
text/typescript
import {
analyze,
type AnalyzeOptions,
BlockScope,
Definition,
FunctionScope,
GlobalScope,
ModuleScope,
Reference,
Scope,
ScopeManager,
Variable,
} from "./index.cjs";
export {
analyze,
type AnalyzeOptions,
BlockScope,
Definition,
FunctionScope,
GlobalScope,
ModuleScope,
Reference,
Scope,
ScopeManager,
Variable,
};