UNPKG

reboost

Version:

A super fast dev server for rapid web development

4 lines (3 loc) 257 B
import Koa from 'koa'; import { ReboostConfig, ReboostInstance } from './index'; export declare const createContentServer: (instance: ReboostInstance, options: Exclude<ReboostConfig['contentServer'], any[]>) => Koa<Koa.DefaultState, Koa.DefaultContext>;