Skip to content

Commit ae7296e

Browse files
committed
Add smarter types for passThrough
1 parent 4389c8f commit ae7296e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* Configuration.
2828
* @property {VFile | null | undefined} [file]
2929
* Corresponding virtual file representing the input document (optional).
30-
* @property {Array<string> | null | undefined} [passThrough]
30+
* @property {Array<Nodes['type']> | null | undefined} [passThrough]
3131
* List of custom hast node types to pass through (as in, keep) (optional).
3232
*
3333
* If the passed through nodes have children, those children are expected to

0 commit comments

Comments
 (0)