UNPKG

@ganache/console.log

Version:

A Solidity library and EVM hooks for using console.log from Solidity contracts

8 lines 177 B
/*! * @ganache/console.log * * @author David Murdoch * @license MIT */ export { ConsoleLogs, maybeGetLogs } from "./src/maybe-get-logs"; //# sourceMappingURL=index.d.ts.map