UNPKG

lin-mizar

Version:
6 lines (5 loc) 134 B
import { Context } from 'koa'; /** * 全局异常处理中间件 */ export declare const error: (err: Error, ctx: Context) => void;