UNPKG

@disruptive-learning/cfdi-to-pdf

Version:

Librería para crear un pdf basado en un XML CFDI o Retenciones

4 lines (3 loc) 200 B
import { type CatalogItem } from '#src/types'; export declare const defineCatalog: <T extends CatalogItem>(fn: T[]) => T[]; export declare const buildItem: (id: string, texto: string) => CatalogItem;