UNPKG

node-dfe

Version:

Geração e integração de NF-e/NFC-e para node.js

6 lines (5 loc) 217 B
import * as xml2js from 'xml2js'; export declare abstract class XmlHelper { static serializeXml(obj: any, rootTag: string): string; static deserializeXml(xml: string, options?: xml2js.OptionsV2): undefined; }