UNPKG

restifyx.js

Version:

Advanced API endpoint handler system with automatic documentation

4 lines (3 loc) 252 B
import type { Request, Response, NextFunction } from "express"; export declare function performanceMonitor(): (req: Request, res: Response, next: NextFunction) => void; export declare function monitorSystemResources(interval?: number): NodeJS.Timeout;