UNPKG

@authereum/zos

Version:

Command-line interface for the ZeppelinOS smart contract platform

8 lines (7 loc) 200 B
/// <reference types="node" /> import child from 'child_process'; declare const _default: { exec: typeof child.exec.__promisify__; execSync: typeof child.execSync; }; export default _default;