UNPKG
struffer
Version:
latest (1.0.1)
1.0.1
1.0.0
Struct + Buffer = Struffer
github.com/facekapow/struffer
facekapow/struffer
struffer
/
src
/
index.ts
12 lines
(10 loc)
•
250 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
Struffer
from
'./struffer'
;
import
AdvancedStruffer
from
'./advanced-struffer'
;
import
{
BinaryValue
,
MemberDictionary
}
from
'./common'
;
export
default
Struffer
;
export
{
Struffer
,
AdvancedStruffer
,
BinaryValue
,
MemberDictionary
, };