| 5 | } |
| 6 | |
| 7 | interface IDashboardOptions { |
| 8 | port?: number; |
| 9 | host?: string; |
| 10 | handler?: (dataArray: IMessage[]) => void; |
| 11 | } |
| 12 | |
| 13 | interface ICompiler { |
| 14 | hooks?: any; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…