UNPKG

@promptbook/remote-server

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

16 lines (15 loc) 598 B
import type { Registration } from '../../utils/$Register'; /** * Registration of known scraper * * Warning: This is not useful for the end user, it is just a side effect of the mechanism that handles all available known scrapers * * @public exported from `@promptbook/legacy-documents` * @public exported from `@promptbook/wizzard` * @public exported from `@promptbook/cli` */ export declare const _LegacyDocumentScraperRegistration: Registration; /** * TODO: [🎶] Naming "constructor" vs "creator" vs "factory" * Note: [💞] Ignore a discrepancy between file name and entity name */