UNPKG
baileys-york
Version:
latest (6.7.139)
6.7.139
6.7.137
6.7.136
6.7.135
6.7.134
6.7.133
6.7.132
6.7.131
6.7.130
6.7.129
6.7.128
6.7.127
6.7.126
6.7.125
6.7.124
6.7.123
6.7.122
6.7.121
6.7.120
6.7.119
6.7.118
6.7.117
6.7.116
6.7.115
6.7.114
6.7.113
6.7.112
6.7.111
6.7.110
6.7.109
6.7.108
6.7.107
6.7.106
6.7.105
6.7.104
6.7.103
6.7.102
6.7.101
6.7.100
6.7.99
6.7.98
6.7.97
6.7.96
6.7.95
6.7.94
6.7.93
6.7.92
6.7.91
6.7.90
6.7.89
6.7.88
6.7.87
6.7.86
6.7.85
6.7.84
6.7.83
6.7.82
6.7.81
6.7.80
6.7.79
6.7.78
6.7.77
6.7.76
6.7.75
6.7.74
6.7.73
6.7.72
6.7.71
6.7.70
6.7.69
6.7.68
6.7.67
6.7.66
6.7.65
6.7.64
6.7.63
6.7.62
6.7.61
6.7.60
6.7.59
6.7.58
6.7.57
6.7.56
6.7.55
6.7.54
6.7.53
6.7.52
6.7.51
6.7.50
6.7.49
6.7.48
6.7.47
6.7.46
6.7.45
6.7.44
6.7.43
6.7.42
6.7.41
6.7.40
6.7.39
6.7.38
6.7.37
6.7.36
6.7.35
6.7.34
6.7.33
6.7.32
6.7.31
6.7.30
6.7.29
6.7.28
6.7.27
6.7.26
6.7.25
6.7.24
6.7.23
6.7.22
6.7.21
6.7.20
6.7.19
6.7.18
6.7.17
6.7.16
6.7.15
6.7.14
6.7.13
6.7.12
6.7.11
6.7.10
6.7.9
6.7.8
6.7.7
6.7.6
6.7.4
WhatsApp API by Baileys-York
github.com/rioowho
baileys-york
/
lib
/
WABinary
/
encode.d.ts
4 lines
(3 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
/// <reference types="node" />
import
type
{
BinaryNode
,
BinaryNodeCodingOptions
}
from
'./types'
;
export
declare
const
encodeBinaryNode
:
(
{ tag, attrs, content }:
BinaryNode
,
opts
?:
Pick
<
BinaryNodeCodingOptions
,
'TAGS'
|
'TOKEN_MAP'
>,
buffer
?:
number
[]
) =>
Buffer
;