UNPKG

mihawk

Version:

A tiny & simple mock server tool, support json,js,cjs,ts(typescript).

7 lines (6 loc) 250 B
import type { KoaContext, KoaNext } from '../com-types'; /** * koa certificate Authority 文件的下载路由,中间件生成器: * @returns */ export default function certAuthFileDownload(): (ctx: KoaContext, next: KoaNext) => Promise<any>;