UNPKG

@liara/cli

Version:

The command line interface for Liara

7 lines (6 loc) 223 B
import { Got } from 'got'; declare const _default: (httpClient: Got, releaseID: string, retryOptions: { retries: number; onRetry: (error: any, attempt: number) => void; }) => Promise<void>; export default _default;