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 31d4a2c commit 19c7858Copy full SHA for 19c7858
1 file changed
lib/index.d.ts
@@ -190,6 +190,7 @@ declare namespace $RefParser {
190
json?: ParserOptions | boolean
191
yaml?: ParserOptions | boolean
192
text?: (ParserOptions & { encoding?: string }) | boolean
193
+ [key: string]: ParserOptions | boolean | undefined
194
}
195
196
/**
0 commit comments