UNPKG
@dastinz001/dasbotz-baileys
Version:
latest (2.3.6)
2.3.6
2.3.5
2.3.4
WhatsApp API Modification By Dastin
github.com/SankaVollereii/Sanka-Baileys
@dastinz001/dasbotz-baileys
/
lib
/
WABinary
/
encode.d.ts
3 lines
(2 loc)
•
216 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
;