UNPKG

xml2customjs

Version:

Library to custom convert an XML into a Javascript object or JSON

9 lines (8 loc) 283 B
import { XmlToJsOptions } from '../interfaces'; /** * This function returns an array with its object items transformed according to * a given set of options * @param param * @returns array */ export declare function transformArray(array: any[], options: XmlToJsOptions): any[];