UNPKG

node-nfe-nfce

Version:

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

11 lines (10 loc) 191 B
export declare namespace InfoQRCodeByUF { type Input = { uf: string; amb: string; }; type Output = { urlChave: string; urlQRCode: string; }; }