UNPKG

nfe-nfce-pdf

Version:

Modulo que auxilia na geração de PDF da Danfe NFe e NFCe.

3 lines (2 loc) 225 B
import type { GeneratePdf } from '../../../../types'; export declare function getIss({ y, doc, ajusteX, ajusteY, margemDireita, margemEsquerda, margemTopo, larguraDoFormulario, emit, total }: GeneratePdf.InputISS): number;