some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / _ts3.4 / dist / ts-eslint-scope / Variable.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ts-eslint-scope/Variable.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ts-eslint-scope/Variable.d.ts
deleted file mode 100644 (file)
index f5e65e6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-import { TSESTree } from '../ts-estree';\r
-import { Reference } from './Reference';\r
-import { Definition } from './Definition';\r
-import { Scope } from './Scope';\r
-interface Variable {\r
-    name: string;\r
-    identifiers: TSESTree.Identifier[];\r
-    references: Reference[];\r
-    defs: Definition[];\r
-    eslintUsed?: boolean;\r
-    stack?: unknown;\r
-    tainted?: boolean;\r
-    scope?: Scope;\r
-}\r
-declare const Variable: new () => Variable;\r
-export { Variable };\r
-//# sourceMappingURL=Variable.d.ts.map\r