UNPKG

@iexec/iapp

Version:

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

10 lines (9 loc) 267 B
export declare function checkDeterministicOutputExists({ outputPath, }: { outputPath: string; }): Promise<void>; export declare function getDeterministicOutputAsText({ outputPath, }: { outputPath: string; }): Promise<{ text: string; path: string; }>;