From ae7296e1d2cb8ed2e5a8962f0772a1e9404ea36e Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 6 Aug 2023 15:05:57 +0200 Subject: [PATCH] Add smarter types for `passThrough` --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 638f666..0f78c94 100644 --- a/lib/index.js +++ b/lib/index.js @@ -27,7 +27,7 @@ * Configuration. * @property {VFile | null | undefined} [file] * Corresponding virtual file representing the input document (optional). - * @property {Array | null | undefined} [passThrough] + * @property {Array | null | undefined} [passThrough] * List of custom hast node types to pass through (as in, keep) (optional). * * If the passed through nodes have children, those children are expected to