UNPKG

@iexec/iapp

Version:

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

6 lines (5 loc) 176 B
import type { Spinner } from './spinner.js'; export declare function askShowResult({ spinner, outputPath, }: { spinner: Spinner; outputPath: string; }): Promise<void>;