UNPKG

mihawk

Version:

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

6 lines (5 loc) 174 B
import type { KoaContext, KoaNext } from '../com-types'; /** * 中间件生成器 */ export default function notFound(): (ctx: KoaContext, next: KoaNext) => Promise<void>;