UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

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