UNPKG

@promptbook/remote-server

Version:

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

13 lines (12 loc) 800 B
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; import type { Identification } from '../remote-server/socket-types/_subtypes/Identification'; import type { ApplicationModeIdentification } from '../remote-server/socket-types/_subtypes/Identification'; import type { AnonymousModeIdentification } from '../remote-server/socket-types/_subtypes/Identification'; import { startRemoteServer } from '../remote-server/startRemoteServer'; import type { RemoteServerOptions } from '../remote-server/types/RemoteServerOptions'; export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION }; export type { Identification }; export type { ApplicationModeIdentification }; export type { AnonymousModeIdentification }; export { startRemoteServer }; export type { RemoteServerOptions };