UNPKG

simplexml

Version:
12 lines (10 loc) 213 B
/* * node-simplexml * http://github.com * * Copyright (c) 2013 Manjunath Govindaswamy * Licensed under the MIT license. */ 'use strict'; var simplexml = exports; simplexml.toXML = require('./toXML').toXML;