UNPKG

reboost

Version:

A super fast dev server for rapid web development

4 lines (3 loc) 177 B
import Koa from 'koa'; import { ReboostInstance } from './index'; export declare const createFileHandler: (instance: ReboostInstance) => (ctx: Koa.Context) => Promise<void>;