UNPKG

picgo

Version:

A tool for image uploading

5 lines (4 loc) 213 B
import type { Command } from 'commander'; import type { IPicGo } from '../../../types'; declare const registerCloudRetryCommand: (ctx: IPicGo, cloudCommand: Command) => void; export { registerCloudRetryCommand };