UNPKG

yahoo-finance2

Version:
13 lines (12 loc) 475 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.quoteCombine = void 0; /** * Other functions / modules that don't directly consume the Yahoo Finance API. * @module other */ const quoteCombine_js_1 = __importDefault(require("./quoteCombine.js")); exports.quoteCombine = quoteCombine_js_1.default;