UNPKG
@faouzkk/baileys
Version:
latest (5.0.2)
5.0.2
5.0.1
5.0.0
4.0.0
3.0.0
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.0.1
A WebSockets library for interacting with WhatsApp Web
github.com/WhiskeySockets/Baileys/
@faouzkk/baileys
/
lib
/
WABinary
/
encode.d.ts
3 lines
•
252 B
TypeScript
View Raw
1
2
3
import
type
{
BinaryNode
,
BinaryNodeCodingOptions
}
from
'./types'
;
export
declare
const
encodeBinaryNode
:
(
node
:
BinaryNode
,
opts
?:
Pick
<
BinaryNodeCodingOptions
,
"TAGS"
|
"TOKEN_MAP"
>,
buffer
?:
number
[]
) =>
Buffer
;
//# sourceMappingURL=encode.d.ts.map