UNPKG

@nodecg/types

Version:

Dynamic broadcast graphics rendered in a browser

3 lines (2 loc) 191 B
import type express from "express"; export declare function sendFile(directoryToPreventTraversalOutOf: string, fileLocation: string, res: express.Response, next: express.NextFunction): void;