UNPKG

five-server

Version:

Development Server with Live Reload Capability. (Maintained Fork of Live Server)

8 lines 424 B
/** * @author Yannick Deubel (https://github.com/yandeu) * @copyright Copyright (c) 2021 Yannick Deubel * @license {@link https://github.com/yandeu/five-server/blob/main/LICENSE LICENSE} */ import type { NextFunction, Request, Response } from 'express'; export declare const cache: (req: Request, res: Response, next: NextFunction) => Promise<Response<any, Record<string, any>>>; //# sourceMappingURL=cache.d.ts.map