UNPKG

tradingview-scraper

Version:

A gateway to TradingView's data for your Node.js application!

7 lines 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TradingViewAPI = void 0; var TradingViewAPI_1 = require("./TradingViewAPI"); Object.defineProperty(exports, "TradingViewAPI", { enumerable: true, get: function () { return TradingViewAPI_1.TradingViewAPI; } }); exports.default = TradingViewAPI_1.TradingViewAPI; //# sourceMappingURL=index.js.map