UNPKG

five-server

Version:

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

7 lines 346 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} */ export declare const fallbackFile: (handler: any, file: any) => (req: any, res: any, next: any) => void; //# sourceMappingURL=fallbackFile.d.ts.map