8000 Fix Result#warn types · postcss/postcss@ff00f7e · GitHub
[go: up one dir, main page]

Skip to content

Commit ff00f7e

Browse files
committed
Fix Result#warn types
1 parent b6c2f95 commit ff00f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/result.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export default class Result {
177177
* @param opts Warning options.
178178
* @return Created warning.
179179
*/
180-
warn (message: string, options?: WarningOptions): void
180+
warn (message: string, options?: WarningOptions): Warning
181181

182182
/**
183183
* Returns warnings from plugins. Filters `Warning` instances

0 commit comments

Comments
 (0)
0