UNPKG

318 BTypeScriptView Raw
1import { TSESTree } from '@typescript-eslint/experimental-utils';
2import { ParserOptions } from './parser-options';
3import { ScopeManager } from './scope/scope-manager';
4export declare function analyzeScope(ast: TSESTree.Program, parserOptions: ParserOptions): ScopeManager;
5//# sourceMappingURL=analyze-scope.d.ts.map
\No newline at end of file