@promptbook/vercel
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
9 lines (8 loc) • 558 B
TypeScript
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version';
import { createLegacyDocumentScraper } from '../scrapers/document-legacy/createLegacyDocumentScraper';
import { LegacyDocumentScraper } from '../scrapers/document-legacy/LegacyDocumentScraper';
import { _LegacyDocumentScraperRegistration } from '../scrapers/document-legacy/register-constructor';
export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION };
export { createLegacyDocumentScraper };
export { LegacyDocumentScraper };
export { _LegacyDocumentScraperRegistration };