UNPKG

@liara/cli

Version:

The command line interface for Liara

7 lines (6 loc) 226 B
import { Got } from 'got'; declare const _default: (httpClient: Got, releaseID: string, isCanceled: boolean, cb: ({ state, line }: { state: string; line?: string; }) => void) => Promise<void>; export default _default;