| 25451 | apply(compiler: Compiler): void; |
| 25452 | } |
| 25453 | declare interface WatchIgnorePluginOptions { |
| 25454 | /** |
| 25455 | * A list of RegExps or absolute paths to directories or files that should be ignored. |
| 25456 | */ |
| 25457 | paths: (string | RegExp)[]; |
| 25458 | } |
| 25459 | |
| 25460 | /** |
| 25461 | * Options for the watcher. |
nothing calls this directly
no outgoing calls
no test coverage detected