UNPKG

unist-util-visit-children

Version:
4 lines (3 loc) 242 B
export { visitChildren } from "./lib/index.js"; export type Visitor<Kind extends import("unist").Parent> = import('./lib/index.js').Visitor<Kind>; export type Visit<Kind extends import("unist").Parent> = import('./lib/index.js').Visit<Kind>;