Skip to content

Commit 43834f1

Browse files
Update types/index.d.ts
Co-authored-by: Christian Murphy <christian.murphy.42@gmail.com>
1 parent 598c89e commit 43834f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

types/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ import { Test } from 'unist-util-is';
55

66
declare namespace remove {
77
interface RemoveOptions {
8+
/**
9+
* Whether to drop parent nodes if they had children, but all their children were filtered out
10+
test
11+
*/
812
cascade?: boolean;
913
}
1014
}

0 commit comments

Comments
 (0)