UNPKG

whatsapp-rust-bridge

Version:

A high-performance utilities for WhatsApp, powered by Rust and WebAssembly.

3 lines (2 loc) 163 B
export declare function encodeProto(typeName: string, obj: unknown): Uint8Array; export declare function decodeProto(typeName: string, data: Uint8Array): unknown;