UNPKG

@mazix/n8n-nodes-converter-documents

Version:

n8n node to convert various document formats (DOCX, DOC, XML, YML, XLSX, CSV, PDF, TXT, PPT, PPTX, HTML, JSON, ODT, ODP, ODS) to JSON or text format

3 lines (2 loc) 105 B
import type { StrategyFn } from "../types"; export declare const strategies: Record<string, StrategyFn>;