UNPKG

@hublaw/ofx-parser

Version:

A tool that converts financial data from OFX to JS Object.

5 lines (4 loc) 196 B
import { OfxStatementTransactionList } from './ofx-body'; export declare class OfxStatementDateAdapter { static convertStatementDate(transactionsList: OfxStatementTransactionList): any; }