UNPKG

vasku

Version:

TVM-Solidity contract development framework

21 lines 604 B
import { type VaskuConfig } from '../config/types'; export declare const COMPILE = "compile"; export declare const TEST = "test"; export declare const RUN = "run"; export declare const GIVER = "giver"; export declare const SE = "se"; export declare const CLEAN = "clean"; export declare const GIVER_ACTIONS: { INFO: string; SEND: string; DEPLOY: string; }; export declare const SE_ACTIONS: { INFO: string; VERSION: string; START: string; STOP: string; RESET: string; }; export declare function createCommands(config: VaskuConfig): void; //# sourceMappingURL=index.d.ts.map