UNPKG

@glue42/bbg-market-data

Version:

A high-level API that wraps existing Glue42 Bloomberg Bridge Market Data interop methods. The API is based on the jBloomberg open source wrapper.

8 lines (7 loc) 216 B
export declare class PromiseWrapper<T> { private readonly _promise; resolve: (data: T | PromiseLike<T>) => void; reject: (reason?: any) => void; constructor(); get promise(): Promise<T>; }