* if engineOptions.strictPluginMode === true, only accept propertied predefined in EngineOptions. * * @param {IPublicTypeEngineOptions} engineOptions
(engineOptions: IPublicTypeEngineOptions)
| 190 | * @param {IPublicTypeEngineOptions} engineOptions |
| 191 | */ |
| 192 | setEngineOptions(engineOptions: IPublicTypeEngineOptions): void; |
| 193 | |
| 194 | notifyGot(key: string): void; |
| 195 |
no outgoing calls
no test coverage detected