UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

5 lines (4 loc) 165 B
import { OFXParseException } from "./OFXParseException"; export declare class OFXSyntaxException extends OFXParseException { constructor(message: string); }