UNPKG

dop-stick

Version:

Source control tooling for versionable-upgradeable smart contracts

5 lines 149 B
import { Command } from 'commander'; export interface CommandModule { register: (program: Command) => void; } //# sourceMappingURL=types.d.ts.map