UNPKG

erest

Version:

Easy to build api server depend on @leizm/web and express.

7 lines (6 loc) 201 B
/** * @file 基本错误类型 * @author Yourtion Guo <yourtion@gmail.com> */ import type { ErrorManager } from "../manager/error"; export declare function defaultErrors(error: ErrorManager): void;