| 10 | import { TemplateService } from './services/TemplateService'; |
| 11 | type HttpRequestConstructor = new (config: OpenAPIConfig) => BaseHttpRequest; |
| 12 | export class readMeGenerator { |
| 13 | public readonly healthCheck: HealthCheckService; |
| 14 | public readonly sidebar: SidebarService; |
| 15 | public readonly template: TemplateService; |
nothing calls this directly
no outgoing calls
no test coverage detected