UNPKG

mihawk

Version:

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

8 lines (7 loc) 234 B
import type { KoaContext, KoaNext, MihawkOptions } from '../com-types'; /** * 中间件生成器 * @param options * @returns */ export default function (options?: MihawkOptions): (ctx: KoaContext, next: KoaNext) => Promise<void>;