UNPKG

stock-nse-india-secure

Version:

Secure fork of stock-nse-india with updated axios dependency. This package will help us to get equity/index details and historical data from National Stock Exchange of India.

18 lines 429 B
/** * @private */ export declare const getDateRangeChunks: (startDate: Date, endDate: Date, chunkInDays: number) => { start: string; end: string; }[]; /** * @private */ export declare const sleep: (ms: number) => Promise<void>; /** * @private * @param obj * @returns */ export declare const getDataSchema: (data: any, isTypeStrict?: boolean) => any[] | string; //# sourceMappingURL=utils.d.ts.map