UNPKG

tevm

Version:

A typesafe Ethereum Virtual Machine (EVM) toolkit written in TypeScript

14 lines (10 loc) 365 B
'use strict'; var blockchain = require('@tevm/blockchain'); Object.keys(blockchain).forEach(function (k) { if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, { enumerable: true, get: function () { return blockchain[k]; } }); }); //# sourceMappingURL=index.cjs.map //# sourceMappingURL=index.cjs.map