UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

8 lines (7 loc) 117 B
/** * @see "Section 4, OFX spec" */ export declare enum ApplicationSecurity { NONE = 0, TYPE1 = 1 }