UNPKG

@cfdi/complementos

Version:

Libreria para generar complementos del cfdi V4.0

11 lines 429 B
import { XmlRegistrofiscalAttributes } from '../../types/complements/registrofiscal.interface'; import { ComplementsReturn } from '../../types'; export default class RegistroFiscal { private registrofiscal; private xmlns; private xmlnskey; private schemaLocation; constructor(data?: XmlRegistrofiscalAttributes); getComplement(): ComplementsReturn; } //# sourceMappingURL=RegistroFiscal.d.ts.map