UNPKG

@nodecg/types

Version:

Dynamic broadcast graphics rendered in a browser

4 lines (3 loc) 349 B
import type express from "express"; export declare function recursivelyFindFileInNodeModules(currentPath: string, rootNodeModulesPath: string, filePath: string): string | undefined; export declare function sendNodeModulesFile(rootNodeModulesPath: string, basePath: string, filePath: string, res: express.Response, next: express.NextFunction): void;