UNPKG

vasku

Version:

TVM-Solidity contract development framework

10 lines 577 B
import { type NetworkConfig } from './config/types'; export declare const FIRST_ARGUMENT: string; export declare function isNoCommands(): boolean; export declare function isTestCommand(): boolean; export declare function isRunCommand(): boolean; export declare function isGiverCommand(): boolean; export declare function isGiverNetworkCommand(config: Record<string, NetworkConfig>): boolean; export declare function isGiverNetworkSendCommand(config: Record<string, NetworkConfig>): boolean; export declare function isSECommand(): boolean; //# sourceMappingURL=checkers.d.ts.map