UNPKG

five-server

Version:

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

7 lines 278 B
/** * @copyright Copyright (c) 2012 Tapio Vierros (https://github.com/tapio) * @license {@link https://github.com/tapio/live-server#license MIT} */ declare const example: (req: any, res: any, next: any) => void; export default example; //# sourceMappingURL=example.d.ts.map