Skip to content

Commit 529f064

Browse files
committed
Fix hidden types for unist-util-visit
1 parent a624d17 commit 529f064

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

complex-types.d.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
// To do: next major: remove this file?
22
export type {
33
// Used in `unist-util-visit`:
4-
Matches,
5-
InclusiveDescendant,
64
VisitorResult,
75

86
// Documented:
97
Visitor,
108
BuildVisitor
119
} from './index.js'
10+
export type {
11+
// Used in `unist-util-visit`:
12+
Matches,
13+
InclusiveDescendant
14+
} from './lib/complex-types.js'

0 commit comments

Comments
 (0)