@rodewitsch/carbone
Version:
Fast, Simple and Powerful report generator. Injects JSON and produces PDF, DOCX, XLSX, ODT, PPTX, ODS, ...!
5 lines • 402 B
TypeScript
export function init(options: any, callback: Function): void;
export function exit(callback: Function): void;
export function convertFile(inputFile: string, outputType: string, formatOptions: string, outputFile: string, callback: Function): any;
export function shouldTheFactoryBeRestarted(params: Objecct, availableMemory: Integer, nbReports: Integer): boolean;
//# sourceMappingURL=converter.d.ts.map