n8n-nodes-israeli-phone
Version:
n8n node for formatting Israeli phone numbers into all possible variants
7 lines (6 loc) • 318 B
TypeScript
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class IsraeliPhone implements INodeType {
description: INodeTypeDescription;
private static normalizeAllVariants;
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}