Skip to content

Commit 4e25a4b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ declare namespace mdastUtilToc {
3232

3333
interface TOCOptions {
3434
heading?: string
35-
maxDepth?: number
35+
maxDepth?: Heading['depth'],
3636
skip?: string
3737
tight?: boolean
3838
prefix?: string

0 commit comments

Comments
 (0)