"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getTwStockToken = getTwStockToken;
const twstock_constants_1 = require("../twstock.constants");
function getTwStockToken() {
return twstock_constants_1.TWSTOCK_INSTANCE;
}