UNPKG

tradingview-screener-ts

Version:

TypeScript port of TradingView Screener with 100% Python parity - Based on the original Python library by shner-elmo (https://github.com/shner-elmo/TradingView-Screener)

7 lines 237 B
"use strict"; /** * Type definitions for TradingView Screener API * Ported from Python TypedDict definitions to TypeScript interfaces */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=models.js.map