refactored db's and browser
This commit is contained in:
parent
a0a3b26177
commit
89cbfb7848
12 changed files with 111 additions and 39 deletions
|
|
@ -1,3 +1,7 @@
|
|||
export { Browser } from './browser';
|
||||
export { BrowserTabManager } from './tab-manager';
|
||||
// TODO: Update BrowserTabManager to work with non-singleton Browser
|
||||
// export { BrowserTabManager } from './tab-manager';
|
||||
export type { BrowserOptions, ScrapingResult } from './types';
|
||||
|
||||
// Default export for the class
|
||||
export { default as BrowserClass } from './browser';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue