UNPKG
@renvyteam/baileys
Version:
latest (1.0.4)
1.0.4
WhatsApp API For Interact In WhatsApp
exonity.tech
@renvyteam/baileys
/
lib
/
WABinary
/
encode.d.ts
3 lines
(2 loc)
•
214 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