UNPKG

n8n-nodes-shabbat-time

Version:

n8n community node to check if a given date/time falls on Shabbat or Jewish holiday with precise time checking

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