UNPKG

node-dfe

Version:

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

5 lines (4 loc) 186 B
export declare abstract class Signature { static signXml(xml: string, tag: string, certificado: any): any; static signXmlX509(xml: string, tag: string, certificado: any): any; }