.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / parser / dist / analyze-scope.d.ts
1 import { TSESTree } from '@typescript-eslint/types';
2 import { ParserOptions } from './parser-options';
3 import { ScopeManager } from './scope/scope-manager';
4 export declare function analyzeScope(ast: TSESTree.Program, parserOptions: ParserOptions): ScopeManager;
5 //# sourceMappingURL=analyze-scope.d.ts.map