UNPKG

five-server

Version:

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

7 lines 366 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 ignoreExtension: (extension: string[], handler: Function) => (req: any, res: any, next: any) => any; //# sourceMappingURL=ignoreExtension.d.ts.map