UNPKG

five-server

Version:

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

8 lines 394 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 'express6'; export declare const cache: (req: Request, res: Response, next: NextFunction) => Promise<any>; //# sourceMappingURL=cache.d.ts.map