UNPKG

dop-stick

Version:

Source control tooling for versionable-upgradeable smart contracts

17 lines 411 B
import { Arguments } from 'yargs'; interface ShowModuleArgs extends Arguments { moduleNumber?: number; } export declare const showModule: { command: string; describe: string; builder: { moduleNumber: { type: string; description: string; }; }; handler: (argv: ShowModuleArgs) => Promise<void>; }; export {}; //# sourceMappingURL=showModule.d.ts.map