index.d.ts 255 B

123456789
  1. export type {Test} from 'unist-util-is'
  2. export type {
  3. Action,
  4. ActionTuple,
  5. Index,
  6. VisitorResult
  7. } from 'unist-util-visit-parents'
  8. export type {Visitor, BuildVisitor} from './lib/index.js'
  9. export {CONTINUE, EXIT, SKIP, visit} from './lib/index.js'