Skip to content

Commit fa4229b

Browse files
Update types/index.d.ts
Co-Authored-By: Christian Murphy <christian.murphy.42@gmail.com>
1 parent 4e25a4b commit fa4229b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

types/index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ declare namespace mdastUtilToc {
4646
}
4747
}
4848

49+
/**
50+
* Generate a Table of Contents from a tree.
51+
*
52+
* @param node searched for headings
53+
* @param options configuration and settings
54+
*/
4955
declare function mdastUtilToc(
5056
node: Node,
5157
options?: mdastUtilToc.TOCOptions

0 commit comments

Comments
 (0)