Actualizacion maquina principal
[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
new file mode 100644 (file)
index 0000000..f5e65e6
--- /dev/null
@@ -0,0 +1,17 @@
+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