Licence
ISC
Version
0.0.5
Deps
4
Size
42 kB
Vulns
1
Weekly
0
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