UNPKG

stock-nse-india

Version:

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

8 lines 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Underlying = void 0; var Underlying; (function (Underlying) { Underlying["Nifty"] = "NIFTY"; })(Underlying = exports.Underlying || (exports.Underlying = {})); //# sourceMappingURL=interface.js.map