UNPKG
aedes-packet
Version:
latest (3.0.0)
3.0.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.0.0
Basic data structure for packets in Aedes
github.com/moscajs/aedes-packet
moscajs/aedes-packet
aedes-packet
/
test
/
types
/
tsconfig.json
12 lines
(11 loc)
•
152 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"noEmit"
:
true
,
"strict"
:
true
}
,
"files"
:
[
"./index.ts"
]
}