UNPKG

static-koa-router

Version:
5 lines (4 loc) 250 B
import * as KoaRouter from "koa-router"; import { IServeOptions } from "./types"; export declare function Serve(dirPath: string, router: KoaRouter): any; export declare function Serve(dirPath: string, router: KoaRouter, options: IServeOptions): any;