mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
example comments
This commit is contained in:
parent
61ee0e13fa
commit
fe721bee37
1 changed files with 10 additions and 0 deletions
|
|
@ -14,3 +14,13 @@ export interface Providers {}
|
|||
export function makeProviders(ops: ProviderBuilderOptions): Providers {
|
||||
return {};
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
// const scrapers = makeProviders({
|
||||
// fetcher: makeFetcher(fetch),
|
||||
// });
|
||||
|
||||
// scrapers.scrape();
|
||||
// scrapers.callScraper(id);
|
||||
// scrapers.getScraper(id);
|
||||
|
|
|
|||
Loading…
Reference in a new issue