UNPKG

@promptbook/remote-server

Version:

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

11 lines (10 loc) 632 B
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; import { SimplePromptInterfaceTools } from '../dialogs/simple-prompt/SimplePromptInterfaceTools'; import { $provideScrapersForBrowser } from '../scrapers/_common/register/$provideScrapersForBrowser'; import { getLocalStorage } from '../storage/local-storage/getLocalStorage'; import { getSessionStorage } from '../storage/local-storage/getSessionStorage'; export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION }; export { SimplePromptInterfaceTools }; export { $provideScrapersForBrowser }; export { getLocalStorage }; export { getSessionStorage };