UNPKG
@team-code-titans/baileys-md
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
WhatsApp API by DarkCore
@team-code-titans/baileys-md
/
lib
/
WAM
/
encode.d.ts
3 lines
(2 loc)
•
108 B
TypeScript
View Raw
1
2
3
import
{
BinaryInfo
}
from
'./BinaryInfo'
;
export
declare
const
encodeWAM
:
(
binaryInfo
:
BinaryInfo
) =>
any
;