UNPKG
pexe
Version:
latest (0.1.1)
0.1.1
0.1.0
The Windows Executables Viewer
gitlab.com/advaex/pexe
pexe
/
binary
/
index.ts
10 lines
(8 loc)
•
161 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Convert
from
'./convert'
import
DataBlock
from
'./dataBlock'
;
import
{
DataType
}
from
'./dataType'
export
default
{
Convert
,
DataBlock
,
DataType
, }