UNPKG

evm

Version:

An ethereum virtual machine (EVM) bytecode decompiler

3 lines (2 loc) 140 B
export declare const stringifyInstructions: (instructionTree: any, indentation?: number) => string; export default stringifyInstructions;