@promptbook/remote-server
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
14 lines (13 loc) • 531 B
TypeScript
import type { string_markdown } from '../../../types/typeAliases';
import type { Scraper } from '../Scraper';
/**
* Creates a message with all registered scrapers
*
* Note: This function is used to create a (error) message when there is no scraper for particular mime type
*
* @private internal function of `createScrapersFromConfiguration` and `createScrapersFromEnv`
*/
export declare function $registeredScrapersMessage(availableScrapers: ReadonlyArray<Scraper>): string_markdown;
/**
* TODO: [®] DRY Register logic
*/