UNPKG

betfair-node

Version:

A comprehensive Node.js TypeScript library for the Betfair Exchange API, providing both JSON-RPC API integration and real-time Exchange Stream API support for automated betting and trading applications.

9 lines 334 B
export * from './betfair-api'; export * from './betfair-exchange-stream-api'; export * from './betfair-stream-decoder'; export * from './heartbeat'; export * from './market-recorder'; export * from './utils'; export * from './betfair-api-types'; export * from './betfair-exchange-stream-api-types'; //# sourceMappingURL=index.d.ts.map