UNPKG

@master-chief/alpaca-ts

Version:

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

6 lines 138 B
export class BaseHttpRequest { constructor(config) { this.config = config; } } //# sourceMappingURL=BaseHttpRequest.js.map