UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

8 lines (7 loc) 223 B
import { OFXException } from "./OFXException"; /** * Thrown for unsupported OFX security type. */ export declare class UnsupportedOFXSecurityTypeException extends OFXException { constructor(message: string); }