five-server
Version:
Development Server with Live Reload Capability. (Maintained Fork of Live Server)
7 lines • 304 B
TypeScript
/**
* @copyright Copyright (c) 2012 Tapio Vierros (https://github.com/tapio)
* @license {@link https://github.com/tapio/live-server#license MIT}
*/
declare const SPAIgnoreAssets: (req: any, res: any, next: any) => void;
export default SPAIgnoreAssets;
//# sourceMappingURL=spa-ignore-assets.d.ts.map