UNPKG
secret-company-ltd
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
WhatsApp api Modification
github.com/SecretCompany777/station
SecretCompany777/station
secret-company-ltd
/
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