UNPKG

n8n-nodes-lunar-calendar-vi

Version:

n8n community node để chuyển đổi âm lịch - dương lịch Việt Nam

6 lines (5 loc) 275 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from "n8n-workflow"; export declare class LunarCalendarVi implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }