UNPKG

@openzeppelin/cli

Version:

Command-line interface for the OpenZeppelin 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;