@couleetech/n8n-nodes-pandoc
Version:
n8n node for document conversion using Pandoc
9 lines (8 loc) • 374 B
TypeScript
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[][]>;
}