UNPKG

nse-data

Version:

NSE (National Stock Exchange) - Stock & Indices Data API

3 lines (2 loc) 123 B
import { IndexInfo } from "./index-info.types"; export declare const indexInfo: (indexName: string) => Promise<IndexInfo>;