UNPKG

@cspell/eslint-plugin

Version:
4 lines 290 B
import type { ASTNode } from './ASTNode.js' with { 'resolution-mode': 'import' }; import type { ASTPath } from './ASTPath.js' with { 'resolution-mode': 'import' }; export declare function walkTree(node: ASTNode, enter: (path: ASTPath) => void): void; //# sourceMappingURL=walkTree.d.cts.map