UNPKG

n8n-nodes-feishu-lark

Version:

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

5 lines (4 loc) 134 B
declare class ModuleLoadUtils { static loadModules(dirPath: string, expression: string): any[]; } export default ModuleLoadUtils;