Sign in
chromium
/
devtools
/
devtools-frontend
/
c94de04e0e543e48c44ec821546341b0d2042f6f
/
.
/
node_modules
/
engine.io-parser
/
build
/
esm
/
encodePacket.d.ts
blob: d0ef015aa6d6add76df6596d4da2a660bf550725 [
file
]
declare
const
encodePacket
:
({
type
,
data
}:
{
type
:
any
;
data
:
any
;
},
supportsBinary
:
any
,
callback
:
any
)
=>
any
;
export
default
encodePacket
;