UNPKG

@liara/cli

Version:

The command line interface for Liara

4 lines (3 loc) 194 B
import { Got } from 'got'; declare function upload(project: string, httpClient: Got, sourcePath: string): import("got").CancelableRequest<import("got").Response<string>>; export default upload;