0.0.5 • Published 5 years ago
mastiganotas v0.0.5
mastiganotas
gex-mastiganotas
What is this?
Teste do meu primeiro módulo
installation
npm install mastiganotas --save
then ...
... function converteXml(xml) { return new Promise((resolve, reject) => { parseString( xml, { explicitArray: false, attrkey: 'attr', }, function (err, result) { resolve(result); } ); }); }; ...
Options
Sem opções