* Scan a directory and persist found specifications
(folderPath: string)
| 112 | * Scan a directory and persist found specifications |
| 113 | */ |
| 114 | scanAndSave(folderPath: string): Promise<void>; |
| 115 | |
| 116 | /** |
| 117 | * Persist the catalog of specifications |
no outgoing calls
no test coverage detected