UNPKG
denethdev-baileys
Version:
latest (1.0.5)
1.0.5
WhatsApp API
github.com/Whiskeysockets/Baileys
denethdev-baileys
/
lib
/
WABinary
/
encode.d.ts
3 lines
(2 loc)
•
232 B
TypeScript
View Raw
1
2
3
import
type
{
BinaryNode
,
BinaryNodeCodingOptions
}
from
'./types'
;
export
declare
const
encodeBinaryNode
:
(
{ tag, attrs, content }:
BinaryNode
,
opts
?:
Pick
<
BinaryNodeCodingOptions
,
"TAGS"
|
"TOKEN_MAP"
>,
buffer
?:
number
[]
) =>
any
;