@ton-actions/tondev-contest
Version:
TON Dev Environment
22 lines • 895 B
TypeScript
import { Component } from "../../core";
export declare const components: {
compiler: Component;
linker: Component;
stdlib: {
getSourceName(version: string): string;
resolveVersion(downloadedVersion: string): Promise<string>;
loadAvailableVersions(): Promise<string[]>;
isExecutable: boolean;
globally: boolean;
resolveVersionRegExp: RegExp;
targetName: string;
path: string;
adjustedPath?: string | undefined;
home: string;
name: string;
run(terminal: import("../../core").Terminal, workDir: string, args: string[]): Promise<string>;
getCurrentVersion(): Promise<string>;
ensureVersion(terminal: import("../../core").Terminal, force: boolean, requiredVersion?: string | undefined): Promise<boolean>;
};
};
//# sourceMappingURL=components.d.ts.map