mastiganotas
v0.0.5
Published
gex-mastiga-notas
Downloads
1
Readme
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
