| 11 | import { externals } from '../app/webpack.common' |
| 12 | |
| 13 | interface IChooseALicense { |
| 14 | readonly title: string |
| 15 | readonly nickname?: string |
| 16 | readonly featured?: boolean |
| 17 | readonly hidden?: boolean |
| 18 | } |
| 19 | |
| 20 | export interface ILicense { |
| 21 | readonly name: string |
nothing calls this directly
no outgoing calls
no test coverage detected