UNPKG

@periskope/baileys

Version:

WhatsApp API

3 lines 255 B
import type { BinaryNode, BinaryNodeCodingOptions } from './types.js'; export declare const encodeBinaryNode: (node: BinaryNode, opts?: Pick<BinaryNodeCodingOptions, "TAGS" | "TOKEN_MAP">, buffer?: number[]) => Buffer; //# sourceMappingURL=encode.d.ts.map