Skip to content

Commit

Permalink
Add export of PredicateTest type
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 23, 2023
1 parent 44bd516 commit 262c28f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
* @typedef {import('./lib/index.js').AssertAnything} AssertAnything
*/

/**
* @template {import('unist').Node} Kind
* @typedef {import('./lib/index.js').PredicateTest<Kind>} PredicateTest
*/

/**
* @template {import('unist').Node} Kind
* @typedef {import('./lib/index.js').TestFunctionPredicate<Kind>} TestFunctionPredicate
Expand Down

0 comments on commit 262c28f

Please sign in to comment.