mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
10 lines
347 B
JavaScript
10 lines
347 B
JavaScript
/**
|
|
* @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'
|