stock-nse-india
Version:
This package will help us to get equity/index details and historical data from National Stock Exchange of India.
18 lines • 412 B
TypeScript
/**
* @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