UNPKG

@iexec/iapp

Version:

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

5 lines (4 loc) 141 B
import type { Spinner } from './spinner.js'; export declare function goToProjectRoot({ spinner }: { spinner: Spinner; }): Promise<void>;