UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

10 lines (9 loc) 178 B
export interface StringSet { [key: string]: boolean; } export interface StringMap { [key: string]: string; } export interface AnyMap { [key: string]: any; }