.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / _ts3.4 / dist / ts-eslint-scope / Variable.d.ts
1 import { TSESTree } from '../ts-estree';\r
2 import { Reference } from './Reference';\r
3 import { Definition } from './Definition';\r
4 import { Scope } from './Scope';\r
5 interface Variable {\r
6     name: string;\r
7     identifiers: TSESTree.Identifier[];\r
8     references: Reference[];\r
9     defs: Definition[];\r
10     eslintUsed?: boolean;\r
11     stack?: unknown;\r
12     tainted?: boolean;\r
13     scope?: Scope;\r
14 }\r
15 declare const Variable: new () => Variable;\r
16 export { Variable };\r
17 //# sourceMappingURL=Variable.d.ts.map\r