(/** @type {string} */ file)
| 194 | } |
| 195 | |
| 196 | function isIgnoredFile(/** @type {string} */ file) { |
| 197 | return file === '.DS_Store' |
| 198 | } |
| 199 | |
| 200 | async function forEachCatalogUrl( |
| 201 | /** @type {((arg0: string) => (void | Promise<void>))} */ fn, |
no outgoing calls
no test coverage detected