UNPKG

xmlforall

Version:

Simple and fast Nodejs XML parser using SAX as the only dependency.

5 lines (4 loc) 88 B
'use strict'; module.exports = (function () { return require('./lib/parser'); }());