| 30 | import FileUtil = require('./lib/FileUtil'); |
| 31 | |
| 32 | interface EgretConfig { |
| 33 | //以兆为单位 |
| 34 | totalmem: number; |
| 35 | //以分钟为单位 |
| 36 | autoExitTime: number; |
| 37 | } |
| 38 | |
| 39 | export class EngineData { |
| 40 |
nothing calls this directly
no outgoing calls
no test coverage detected