UNPKG

to-xml

Version:

toXML - Pure JavaScript XML Writer

8 lines (6 loc) 185 B
/** * to-xml.d.ts * * @see https://www.npmjs.com/package/to-xml */ export function toXML(value: any, replacer?: (key: string, value: any) => any, space?: string | number): string;