reboost
Version:
A super fast dev server for rapid web development
6 lines (5 loc) • 355 B
TypeScript
import Koa from 'koa';
import { ReboostInstance } from './index';
export declare const createRouter: (instance: ReboostInstance) => Koa.Middleware;
export declare const createProxyServer: (instance: ReboostInstance) => Koa<Koa.DefaultState, Koa.DefaultContext>;
export declare const messageClient: (message: string | Record<string, string>) => void;