UNPKG

statement-parser-fab

Version:

Parse bank and credit card statements. Updated fork with FAB (First Abu Dhabi Bank) support and maintained dependencies.

2 lines (1 loc) 135 B
export declare function generatePdfDocument(inputText: string[] | string, outputFilePath: string, fontSize?: number): Promise<string>;