n8n-nodes-base
Version:
Base nodes of n8n
7 lines • 309 B
TypeScript
import { DateTime } from 'luxon';
import type { IExecuteFunctions } from 'n8n-workflow';
export declare function parseDate(this: IExecuteFunctions, date: string | number | DateTime, options?: Partial<{
timezone: string;
fromFormat: string;
}>): DateTime;
//# sourceMappingURL=GenericFunctions.d.ts.map