UNPKG

@promptbook/remote-server

Version:

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

9 lines (8 loc) 511 B
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; import { createMarkitdownScraper } from '../scrapers/markitdown/createMarkitdownScraper'; import { MarkitdownScraper } from '../scrapers/markitdown/MarkitdownScraper'; import { _MarkitdownScraperRegistration } from '../scrapers/markitdown/register-constructor'; export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION }; export { createMarkitdownScraper }; export { MarkitdownScraper }; export { _MarkitdownScraperRegistration };