UNPKG

@promptbook/langtail

Version:

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

9 lines (8 loc) 434 B
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; import { createPdfScraper } from '../scrapers/pdf/createPdfScraper'; import { PdfScraper } from '../scrapers/pdf/PdfScraper'; import { _PdfScraperRegistration } from '../scrapers/pdf/register-constructor'; export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION }; export { createPdfScraper }; export { PdfScraper }; export { _PdfScraperRegistration };