UNPKG

evm

Version:

An ethereum virtual machine (EVM) bytecode decompiler

6 lines (5 loc) 225 B
export declare function hex2a(hexx: any): string; export declare function pad32(data: string): string; export declare function isHex(h: any): boolean; declare const _default: (data: any) => any; export default _default;