five-server
Version:
Development Server with Live Reload Capability. (Maintained Fork of Live Server)
7 lines • 363 B
TypeScript
/**
* @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 preview: (root: string, baseURL: string, injectToAny: boolean) => (req: any, res: any, next: any) => any;
//# sourceMappingURL=preview.d.ts.map