We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PredicateTest
1 parent 44bd516 commit 262c28fCopy full SHA for 262c28f
index.js
@@ -4,6 +4,11 @@
4
* @typedef {import('./lib/index.js').AssertAnything} AssertAnything
5
*/
6
7
+/**
8
+ * @template {import('unist').Node} Kind
9
+ * @typedef {import('./lib/index.js').PredicateTest<Kind>} PredicateTest
10
+ */
11
+
12
/**
13
* @template {import('unist').Node} Kind
14
* @typedef {import('./lib/index.js').TestFunctionPredicate<Kind>} TestFunctionPredicate
0 commit comments