| 53 | namespace NodeJS { |
| 54 | // tslint:disable-next-line |
| 55 | interface Global { |
| 56 | window: any; |
| 57 | } |
| 58 | } |
| 59 | } |
| 60 | const getAceInstance = (): typeof AceBuilds => { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…