UNPKG

@cfdi/complementos

Version:

Libreria para generar complementos del cfdi V4.0

9 lines 310 B
import { Actividades } from './Actividades.gceh'; import { CentroCostos } from './CentroCostos.gceh'; import { Erogacion } from './Erogacion.gceh'; import { Gceh } from './Gceh'; export { Erogacion }; export { Actividades }; export { CentroCostos }; export { Gceh }; //# sourceMappingURL=index.d.ts.map