forked from alleyway/add-tradingview-alerts-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
8 lines (8 loc) · 834 Bytes
/
index.js
1
2
3
4
5
6
7
8
import { clickContinueIfWarning, takeScreenshot, configureInterval, convertIntervalForTradingView, configureSingleAlertSettings, clickSubmit, addAlert, navigateToSymbol, login, logout, fetchFirstXPath } from "./service/tv-page-actions";
import { SelectionError } from "./classes";
import { fetchSymbolsForSource } from "./service/exchange-service";
import { waitForTimeout, atatVersion, isEnvEnabled } from "./service/common-service";
import log from "./service/log";
import { MasterSymbol } from "./classes";
export { fetchFirstXPath, clickContinueIfWarning, takeScreenshot, configureInterval, configureSingleAlertSettings, clickSubmit, addAlert, navigateToSymbol, login, logout, fetchSymbolsForSource, waitForTimeout, atatVersion, log, isEnvEnabled, SelectionError, convertIntervalForTradingView };
//# sourceMappingURL=index.js.map