UNPKG

picgo

Version:

A tool for image uploading

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