UNPKG

@promptbook/remote-server

Version:

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

29 lines (28 loc) 967 B
import type { Registration } from '../../utils/$Register'; /** * Metadata of the scraper * * @private within the scraper directory */ export declare const markitdownScraperMetadata: import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{ title: string; packageName: string; className: string; mimeTypes: string[]; documentationUrl: "https://github.com/webgptorg/promptbook/discussions/@@"; isAvilableInBrowser: false; requiredExecutables: never[]; }>; /** * Registration of known scraper metadata * * 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/core` * @public exported from `@promptbook/wizzard` * @public exported from `@promptbook/cli` */ export declare const _MarkitdownScraperMetadataRegistration: Registration; /** * Note: [💞] Ignore a discrepancy between file name and entity name */