Files
est-frame/node_modules/unist-util-visit/index.d.ts
2025-10-22 05:38:27 +00:00

10 lines
255 B
TypeScript
Executable File

export type {Test} from 'unist-util-is'
export type {
Action,
ActionTuple,
Index,
VisitorResult
} from 'unist-util-visit-parents'
export type {Visitor, BuildVisitor} from './lib/index.js'
export {CONTINUE, EXIT, SKIP, visit} from './lib/index.js'