(res)
| 398 | * Helper function to get the filename from a URL path |
| 399 | */ |
| 400 | const filenameFromPath = (res) => path.basename(new URL(res.url).pathname) |
| 401 | |
| 402 | /** |
| 403 | * Helper function to get the file extension from MIME type |
no outgoing calls
no test coverage detected
searching dependent graphs…