Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
engine.io-parser
/
build
/
cjs
/
decodePacket.d.ts
blob: 3a38ee52f6d48831e2c4768b9302231e828383d8 [
file
] [
log
] [
blame
]
import
{
Packet
,
BinaryType
,
RawData
}
from
"./commons.js"
;
export
declare
const
decodePacket
:
(
encodedPacket
:
RawData
,
binaryType
?:
BinaryType
)
=>
Packet
;