* Scan a folder for OpenAPI specs and yield them one at a time * This allows for memory-efficient processing of large specs * @param folderPath Path to folder containing OpenAPI specs
(folderPath: string)
| 50 | * @param folderPath Path to folder containing OpenAPI specs |
| 51 | */ |
| 52 | scan(folderPath: string): AsyncGenerator<SpecScanResult, void, unknown>; |
| 53 | } |
no outgoing calls
no test coverage detected