UNPKG

@iexec/iapp

Version:

A CLI to guide you through the process of building an iExec iApp

5 lines (4 loc) 152 B
import type { Spinner } from './spinner.js'; export declare function askForDockerhubUsername({ spinner, }: { spinner: Spinner; }): Promise<string>;