UNPKG

polygon.io

Version:

Isomorphic Javascript client for Polygon.io Stocks, Forex, and Crypto APIs

3 lines (2 loc) 133 B
import { w3cwebsocket as Websocket } from "websocket"; export declare const getWsClient: (url: string, apiKey: string) => Websocket;