Skip to content

Commit 4246be3

Browse files
authored
Fix typo to expose Options type
Closes GH-19. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent df179f7 commit 4246be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @typedef {import('./lib/index.js')} Options
2+
* @typedef {import('./lib/index.js').Options} Options
33
*
44
* @typedef {Options} InspectOptions
55
* Deprecated, use `Options`.

0 commit comments

Comments
 (0)