mirror of
https://github.com/p-stream/providers.git
synced 2026-05-14 14:51:15 +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 {
|
export function makeProviders(ops: ProviderBuilderOptions): Providers {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
|
||||||
|
// const scrapers = makeProviders({
|
||||||
|
// fetcher: makeFetcher(fetch),
|
||||||
|
// });
|
||||||
|
|
||||||
|
// scrapers.scrape();
|
||||||
|
// scrapers.callScraper(id);
|
||||||
|
// scrapers.getScraper(id);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue