UNPKG

safeer-pdf-generator

Version:

Framework-agnostic PDF generation library with chunking, merging, S3 upload, and email delivery

10 lines 441 B
import { TemplateCompilerFunction, TemplateCompilerParams, TemplateCompilerResult } from '../types.js'; /** * Default template compiler that matches the original NestJS implementation */ export declare function defaultTemplate(params: TemplateCompilerParams): TemplateCompilerResult; /** * Simple template for minimal reports */ export declare const simpleTemplate: TemplateCompilerFunction; //# sourceMappingURL=defaultTemplate.d.ts.map