astro-ghostcms/.pnpm-store/v3/files/7f/4ce8df93d98992d3e389257237d...

15 lines
280 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
// To do: next major: remove this file?
export type {
// Used in `unist-util-visit`:
VisitorResult,
// Documented:
Visitor,
BuildVisitor
} from './index.js'
export type {
// Used in `unist-util-visit`:
Matches,
InclusiveDescendant
} from './lib/complex-types.js'