UNPKG

@iexec/iapp

Version:

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

5 lines (4 loc) 138 B
/** * download input file in input dir and returns file name */ export declare function prepareInputFile(url: string): Promise<string>;