stock-bot/libs/browser/src/index.ts
2025-06-13 13:38:02 -04:00

3 lines
151 B
TypeScript

export { Browser } from './browser';
export { BrowserTabManager } from './tab-manager';
export type { BrowserOptions, ScrapingResult } from './types';