UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

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