UNPKG

ut-tools

Version:

Build and Release management automation package.

10 lines (7 loc) 238 B
import type { Node } from 'estree'; declare function visit( node: Node, keys: { [k in Node['type']]?: (keyof Node)[] }, visitorSpec: { [k in Node['type'] | `${Node['type']}:Exit`]?: Function } ): void; export default visit;