8000
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 b6c2f95 commit ff00f7eCopy full SHA for ff00f7e
lib/result.d.ts
@@ -177,7 +177,7 @@ export default class Result {
177
* @param opts Warning options.
178
* @return Created warning.
179
*/
180
- warn (message: string, options?: WarningOptions): void
+ warn (message: string, options?: WarningOptions): Warning
181
182
/**
183
* Returns warnings from plugins. Filters `Warning` instances
0 commit comments