kjelsrud.dev/node_modules/estree-util-visit/index.js

10 lines
347 B
JavaScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
/**
* @typedef {import('./lib/index.js').Action} Action
* @typedef {import('./lib/index.js').ActionTuple} ActionTuple
* @typedef {import('./lib/index.js').Index} Index
* @typedef {import('./lib/index.js').Visitor} Visitor
* @typedef {import('./lib/index.js').Visitors} Visitors
*/
export {CONTINUE, EXIT, SKIP, visit} from './lib/index.js'