UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

7 lines (6 loc) 284 B
import { OFXV1Connection } from "./OFXV1Connection"; import { OFXWriter } from "../../io/OFXWriter"; import { OutputBuffer } from "../../io/StreamWriter"; export declare class OFXV2Connection extends OFXV1Connection { protected newOFXWriter(out: OutputBuffer): OFXWriter; }