UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

5 lines (4 loc) 150 B
import { OFXException } from '../OFXException'; export declare class OFXParseException extends OFXException { constructor(message: string); }