| 13 | import { FetchCache } from "./sync/cache.js"; |
| 14 | |
| 15 | interface SyncOptions { |
| 16 | input: string; |
| 17 | output: string; |
| 18 | provider: string; |
| 19 | cache: string; |
| 20 | } |
| 21 | |
| 22 | const program = new Command(); |
| 23 |
nothing calls this directly
no outgoing calls
no test coverage detected