UNPKG

file-routing-expressjs

Version:

A dependency-free, flexible, system-based file routing for Express.

4 lines (2 loc) 138 B
declare function withTimeout<T = any>(p: Promise<T>, ms: number, abortController?: AbortController): Promise<T>; export { withTimeout };