| 4 | *--------------------------------------------------------------------------------------------*/ |
| 5 | |
| 6 | export interface IPackage { |
| 7 | id: string; |
| 8 | description: string; |
| 9 | url: string; |
| 10 | fallbackUrl?: string; |
| 11 | platforms: string[]; |
| 12 | architectures: string[]; |
| 13 | platformId?: string; |
| 14 | integrity?: string; |
| 15 | isFramework?: boolean; |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected