UNPKG
struffer
Version:
latest (1.0.1)
1.0.1
1.0.0
Struct + Buffer = Struffer
github.com/facekapow/struffer
facekapow/struffer
struffer
/
build
/
src
/
index.d.ts
6 lines
(5 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
import
Struffer
from
'./struffer'
;
import
AdvancedStruffer
from
'./advanced-struffer'
;
import
{
BinaryValue
,
MemberDictionary
}
from
'./common'
;
export
default
Struffer
;
export
{
Struffer
,
AdvancedStruffer
,
BinaryValue
,
MemberDictionary
, };