source:
frontend/node_modules/eslint-module-utils/visit.d.ts
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 238 bytes | |
| Line | |
|---|---|
| 1 | import type { Node } from 'estree'; |
| 2 | |
| 3 | declare function visit( |
| 4 | node: Node, |
| 5 | keys: { [k in Node['type']]?: (keyof Node)[] }, |
| 6 | visitorSpec: { [k in Node['type'] | `${Node['type']}:Exit`]?: Function } |
| 7 | ): void; |
| 8 | |
| 9 | export default visit; |
Note:
See TracBrowser
for help on using the repository browser.
