| 11 | } |
| 12 | |
| 13 | interface ICompiler { |
| 14 | hooks?: any; |
| 15 | plugin?: (name: string, callback: () => void) => void; |
| 16 | } |
| 17 | |
| 18 | export default class DashboardPlugin { |
| 19 | constructor(options?: IDashboardOptions); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…