first commit
This commit is contained in:
6
node_modules/eslint-plugin-import-x/lib/utils/visit.d.ts
generated
vendored
Normal file
6
node_modules/eslint-plugin-import-x/lib/utils/visit.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { TSESTree } from '@typescript-eslint/utils';
|
||||
export declare function visit(node: TSESTree.Node, keys: {
|
||||
[k in TSESTree.Node['type']]?: Array<keyof TSESTree.Node>;
|
||||
} | undefined | null, visitorSpec: {
|
||||
[k in TSESTree.Node['type'] | `${TSESTree.Node['type']}:Exit`]?: (node: TSESTree.Node) => void;
|
||||
}): void;
|
||||
Reference in New Issue
Block a user