UNPKG

@hublaw/ofx-parser

Version:

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

7 lines (6 loc) 209 B
export * from './ofx'; export * from './account.model'; export * from './account-balance.model'; export * from './transaction.model'; export * from './position.model'; export * from './statement.model';