We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3473443 commit 2e51425Copy full SHA for 2e51425
1 file changed
lib/declaration.d.ts
@@ -21,7 +21,7 @@ interface DeclarationRaws extends Record<string, unknown> {
21
/**
22
* Declaration value with comments.
23
*/
24
- value: {
+ value?: {
25
value: string
26
raw: string
27
}
0 commit comments