UNPKG
evm
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
An ethereum virtual machine (EVM) bytecode decompiler
github.com/MrLuit/evm
MrLuit/evm
evm
/
typings
/
src
/
utils
/
hex.d.ts
6 lines
(5 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
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;