source:
frontend/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/Report.d.ts
| Last change on this file was 9af201e, checked in by , 13 days ago | |
|---|---|
|
|
| File size: 224 bytes | |
| Line | |
|---|---|
| 1 | import { FilesMatch } from './FilesMatch'; |
| 2 | import { Issue } from '../issue'; |
| 3 | interface Report { |
| 4 | getDependencies(): Promise<FilesMatch>; |
| 5 | getIssues(): Promise<Issue[]>; |
| 6 | close(): Promise<void>; |
| 7 | } |
| 8 | export { Report }; |
Note:
See TracBrowser
for help on using the repository browser.
