UNPKG

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