Skip to content

Commit

Permalink
Add exports of Callback, CallbackOne type
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 8, 2023
1 parent 48b0a04 commit 3cdb480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/**
* @typedef {import('./lib/index.js').Assert} Assert
* @typedef {import('./lib/index.js').Callback} Callback
* @typedef {import('./lib/index.js').CallbackOne} CallbackOne
* @typedef {import('./lib/index.js').Test} Test
*/

Expand Down

0 comments on commit 3cdb480

Please sign in to comment.