UNPKG

@freemework/hosting

Version:

Hosting library of the Freemework Project.

6 lines (5 loc) 396 B
export { FLauncherException } from "./f_launcher_exception.js"; export { FLauncherInitializeRuntimeException } from "./f_launcher_initialize_runtime_exception.js"; export { FLauncherRestartRequiredException } from "./f_launcher_restart_required_exception.js"; export type { FConfiglessRuntimeFactory, FLauncherRuntimeFactory } from "./f_launcher.js"; export { flauncher } from "./f_launcher.js";