UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

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