UNPKG

stock-nse-india

Version:

This package will help us to get equity/index details and historical data from National Stock Exchange of India.

5 lines 286 B
import { Response } from 'express'; export declare function errorMessage(error: unknown): string; export declare function httpStatusFromError(error: unknown): number; export declare function sendRouteError(res: Response, error: unknown): void; //# sourceMappingURL=route-errors.d.ts.map