UNPKG

isoxml-angular

Version:

JavaScript library to parse and generate ISOXML (ISO11783-10) files

4 lines (3 loc) 153 B
import { XMLElement } from './types'; export declare function js2xml(json: XMLElement): string; export declare function xml2js(xml: string): XMLElement;