UNPKG

node-nfe-nfce

Version:

Modulo que auxilia na geração de NFe e NFCe

3 lines (2 loc) 131 B
/// <reference types="pdfkit" /> export declare function gerarPDF(xmlNFe: string, pathLogo?: string): Promise<PDFKit.PDFDocument>;