UNPKG

@towercg2/server

Version:

The server runtime for the TowerCG2 video graphics system.

6 lines (5 loc) 225 B
export { Config } from "./Config"; export { Server } from "./Server/index"; export { ServerPlugin } from "./ServerPlugin"; import * as _CorePlugins from "./corePlugins"; export declare const CorePlugins: typeof _CorePlugins;