UNPKG

@modern-js/server-runtime

Version:
4 lines (3 loc) 331 B
import type { ServerConfig } from '@modern-js/server-core'; export { useHonoContext, type ServerPlugin, type ServerPluginLegacy, type MiddlewareObj, type Context, type Next, type MiddlewareHandler, type ServerConfig, } from '@modern-js/server-core'; export declare const defineServerConfig: (config: ServerConfig) => ServerConfig;