UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

3 lines (2 loc) 190 B
import { Request, Response, NextFunction } from 'express'; export declare function fileHandler(urlPath: string, filePath: string): (req: Request, res: Response, next: NextFunction) => void;