Skip to content

Commit 6407f82

Browse files
committedJan 5, 2023
Add export of AfterTransform type
1 parent ffb0a44 commit 6407f82

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎index.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @typedef {import('./lib/index.js').AfterTransform} AfterTransform
23
* @typedef {import('./lib/index.js').Options} Options
34
*/
45

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Called when a hast node was transformed into a DOM node
128128
## Types
129129

130130
This package is fully typed with [TypeScript][].
131-
It exports the additional type `Options`.
131+
It exports the additional types `AfterTransform` and `Options`.
132132

133133
## Compatibility
134134

0 commit comments

Comments
 (0)