some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @types / eslint-visitor-keys / index.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@types/eslint-visitor-keys/index.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@types/eslint-visitor-keys/index.d.ts
deleted file mode 100644 (file)
index b63c4f8..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// Type definitions for eslint-visitor-keys 1.0
-// Project: https://github.com/eslint/eslint-visitor-keys#readme
-// Definitions by: Toru Nagashima <https://github.com/mysticatea>
-// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-// TypeScript Version: 2.2
-
-export interface VisitorKeys {
-    readonly [type: string]: ReadonlyArray<string> | undefined;
-}
-
-export const KEYS: VisitorKeys;
-export function getKeys(node: {}): ReadonlyArray<string>;
-export function unionWith(keys: VisitorKeys): VisitorKeys;