Skip to content

Commit

Permalink
Fix hidden types for unist-util-visit
Browse files Browse the repository at this point in the history
wooorm committed Jan 24, 2023

Verified

This commit was signed with the committer’s verified signature.
latonz Lars
1 parent a624d17 commit 529f064
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions complex-types.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
// To do: next major: remove this file?
export type {
// Used in `unist-util-visit`:
Matches,
InclusiveDescendant,
VisitorResult,

// Documented:
Visitor,
BuildVisitor
} from './index.js'
export type {
// Used in `unist-util-visit`:
Matches,
InclusiveDescendant
} from './lib/complex-types.js'

0 comments on commit 529f064

Please sign in to comment.