UNPKG

statement-parser-fab

Version:

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

3 lines (2 loc) 214 B
import { ParsedOutput, ParsedTransaction } from '../parsed-output'; export declare const exampleStatementParser: Readonly<import("../statement-parser").StatementParser<ParsedOutput<ParsedTransaction>, undefined>>;