UNPKG

@ton-actions/tondev-contest

Version:

TON Dev Environment

15 lines 557 B
import { Terminal } from "../../core"; export declare function getInfo(): DemoInfo; export declare function loadInfo(): Promise<DemoInfo>; export declare function ensureDemoInstalled(terminal: Terminal): Promise<void>; export declare type DemoApp = { name: string; path: string; description: string; }; export declare type DemoInfo = { version: string; applications: DemoApp[]; }; export declare function downloadDemo(terminal: Terminal, name: string, folder: string): Promise<void>; //# sourceMappingURL=installer.d.ts.map