UNPKG

@stoqey/ib

Version:

Interactive Brokers TWS/IB Gateway API client library for Node.js (TS)

7 lines (6 loc) 169 B
/** * ES6 Map class + some custom convenience functions. */ export declare class IBApiNextMap<K, V> extends Map<K, V> { getOrAdd(k: K, factory: (k: K) => V): V; }