UNPKG

@umerx/alpaca

Version:

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.

9 lines (8 loc) 260 B
export { AlpacaClient } from './client.js'; export { AlpacaStream } from './stream.js'; import { AlpacaClient } from './client.js'; import { AlpacaStream } from './stream.js'; export default { AlpacaClient: AlpacaClient, AlpacaStream: AlpacaStream, };