Files
2025-07-26 16:40:29 +08:00

2 lines
69 B
TypeScript

export function traverse(path: any, state: any, visitor: any): void;