five-server
Version:
Development Server with Live Reload Capability. (Maintained Fork of Live Server)
9 lines • 603 B
TypeScript
declare const explorer: {
(root: any, options?: any): (req: any, res: any, next: any) => any;
html(req: any, res: any, files: any, next: any, dir: any, baseURL: any, showUp: any, icons: any, path: any, view: any, template: any, stylesheet: any): void;
json(req: any, res: any, files: any, next: any, dir: any, showUp: any, icons: any, path: any): void;
plain(req: any, res: any, files: any, next: any, dir: any, showUp: any, icons: any, path: any): void;
};
export default explorer;
export declare function htmlPath(dir: any, baseURL: any): string;
//# sourceMappingURL=explorer.d.ts.map