UNPKG

162 BTypeScriptView Raw
1import * as express from "express";
2export declare function trailingSlashRedirect(req: express.Request, res: express.Response, next: express.NextFunction): void;