UNPKG

koa-micro-ts

Version:

Microservice Typescript Framework - based on koa

4 lines (3 loc) 177 B
import { StaticServeOptions } from "./app.interface"; declare function serve(root: string, opts?: StaticServeOptions): (ctx: any, next: any) => Promise<void>; export { serve };