UNPKG

stonkinator

Version:

A low level stock data aggregation tool, a boring lib for others to build upon

8 lines (7 loc) 187 B
/** * A library for fetching stock market data from a variety of sources. * * @packageDocumentation */ export * from "./scrapers/marketWatch"; export * from "./utils/ambient";