UNPKG

@couleetech/n8n-nodes-pandoc

Version:
9 lines (8 loc) 374 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class PandocConvert implements INodeType { description: INodeTypeDescription; private static getMimeType; private static getFileName; private static getFileExtension; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }