UNPKG

node-twstock

Version:

A client library for scraping Taiwan stock market data

7 lines (6 loc) 227 B
import { AxiosInstance } from "axios"; import { RateLimitOptions } from "../interfaces"; export declare abstract class Scraper { protected readonly httpService: AxiosInstance; constructor(options?: RateLimitOptions); }