/**
 * A library for fetching stock market data from a variety of sources.
 *
 * @packageDocumentation
 */
export * from "./scrapers/marketWatch";
export * from "./utils/ambient";
