UNPKG

239 BTypeScriptView Raw
1import * as express from 'express';
2import { Router } from 'express-serve-static-core';
3export { Router };
4export declare function sendError(code: number, res: express.Response, err: Error): void;
5export declare function router(): Router;