Skip to content

Commit 262c28f

Browse files
committed
Add export of PredicateTest type
1 parent 44bd516 commit 262c28f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
* @typedef {import('./lib/index.js').AssertAnything} AssertAnything
55
*/
66

7+
/**
8+
* @template {import('unist').Node} Kind
9+
* @typedef {import('./lib/index.js').PredicateTest<Kind>} PredicateTest
10+
*/
11+
712
/**
813
* @template {import('unist').Node} Kind
914
* @typedef {import('./lib/index.js').TestFunctionPredicate<Kind>} TestFunctionPredicate

0 commit comments

Comments
 (0)