UNPKG

five-server

Version:

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

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