UNPKG

chromiumly

Version:

A lightweight Typescript library that interacts with Gotenberg's different modules to convert a variety of document formats to PDF files.

3 lines (2 loc) 281 B
export { type Currency, type TemplateType, type TemplateRequest, type InvoiceSaasTemplateData, type InvoiceClassicTemplateData, type TemplateDataByType, type InvoiceItem, type TemplateParty } from './interfaces/templates.types'; export { Templates } from './generators/templates';