UNPKG

iso20022

Version:

Generate & Validate ISO 20022 XML Message

7 lines (6 loc) 312 B
declare const mx: { convert: (jsonFileName: string, targetNamespace: string) => Promise<any>; convertAndValidate: (jsonFileName: string, targetNamespace: string, xsdFileName: string) => Promise<unknown>; validate: (xmlFileName: string, xsdFileName: string) => Promise<unknown>; }; export default mx;