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