| 3 | import { Logger } from 'picgo' |
| 4 | import { isUrl } from '~/universal/utils/common' |
| 5 | interface IResultFileObject { |
| 6 | path: string |
| 7 | } |
| 8 | type Result = IResultFileObject[] |
| 9 | |
| 10 | interface IHandleArgvResult { |
nothing calls this directly
no outgoing calls
no test coverage detected