UNPKG

@mark01/express-utils

Version:

npm package that contains utilities for express.js

5 lines (4 loc) 280 B
declare const successLogger: import("express").Handler; export { successLogger }; declare const errorLogger: import("express").ErrorRequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>>; export { errorLogger };