UNPKG

@simbachain/truffle

Version:
9 lines 424 B
import * as PullCommand from "./pull"; import * as ViewCommand from "./viewContracts"; import * as AddLibCommand from "./addlibrary"; import * as DeleteCommand from "./deletecontract"; export declare const Pull: typeof PullCommand; export declare const View: typeof ViewCommand; export declare const AddLib: typeof AddLibCommand; export declare const DeleteContract: typeof DeleteCommand; //# sourceMappingURL=index.d.ts.map