UNPKG

n8n-nodes-feishu-fork

Version:

n8n custom nodes for n8n to interact with Feishu/Lark, including Lark Bot, Lark MCP, and Lark Trigger.

4 lines (3 loc) 181 B
import { pbbp2 } from './pbbp2'; export declare const decode: (buffer: Uint8Array) => pbbp2.Frame; export declare const encode: (data: pbbp2.IFrame) => import("protobufjs").Writer;