source:
frontend/node_modules/fork-ts-checker-webpack-plugin/lib/issue/IssuePosition.d.ts
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 217 bytes | |
| Line | |
|---|---|
| 1 | interface IssuePosition { |
| 2 | line: number; |
| 3 | column: number; |
| 4 | } |
| 5 | declare function compareIssuePositions(positionA?: IssuePosition, positionB?: IssuePosition): number; |
| 6 | export { IssuePosition, compareIssuePositions }; |
Note:
See TracBrowser
for help on using the repository browser.
