UNPKG

five-server

Version:

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

7 lines 352 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 notFound: (root: string, baseURL: string) => (req: any, res: any, next: any) => Promise<any>; //# sourceMappingURL=notFound.d.ts.map