UNPKG
nse-data
Version:
latest (2.0.0)
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
0.0.4
0.0.3
0.0.2
0.0.1
NSE (National Stock Exchange) - Stock & Indices Data API
github.com/Aravin/nse-data
Aravin/nse-data
nse-data
/
dist
/
api
/
index-info
/
index-info.d.ts
3 lines
(2 loc)
•
123 B
TypeScript
View Raw
1
2
3
import
{
IndexInfo
}
from
"./index-info.types"
;
export
declare
const
indexInfo
:
(
indexName
:
string
) =>
Promise
<
IndexInfo
>;