UNPKG

tondev

Version:

TON Dev Environment

7 lines 377 B
export declare function tempFolder(): string; export declare function writeTempText(name: string, text: string): string; export declare function copyToTemp(source: string): string; export declare function writeTempJson(name: string, json: unknown): string; export declare function initTests(): void; export declare function doneTests(): void; //# sourceMappingURL=init.d.ts.map