@fileverse-dev/formulajs 4.4.11-mod-10 → 4.4.11-mod-12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- /* @fileverse-dev/formulajs v4.4.11-mod-10 */
1
+ /* @fileverse-dev/formulajs v4.4.11-mod-12 */
2
2
  function _slicedToArray(r, e) {
3
3
  return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
4
4
  }
@@ -10828,6 +10828,30 @@ function _typeof(o) {
10828
10828
  })));
10829
10829
  return _GETPRICE.apply(this, arguments);
10830
10830
  }
10831
+ function FLVURL(_x6, _x7) {
10832
+ return _FLVURL.apply(this, arguments);
10833
+ }
10834
+ function _FLVURL() {
10835
+ _FLVURL = _asyncToGenerator(_regeneratorRuntime().mark((function _callee3(token, vs_currencies) {
10836
+ return _regeneratorRuntime().wrap((function _callee3$(_context3) {
10837
+ while (1) switch (_context3.prev = _context3.next) {
10838
+ case 0:
10839
+ return _context3.abrupt("return", new Promise((function(resolve) {
10840
+ setTimeout((function() {
10841
+ resolve([ {
10842
+ Yoo: "gotcha"
10843
+ } ]);
10844
+ }), 1e4);
10845
+ })));
10846
+
10847
+ case 1:
10848
+ case "end":
10849
+ return _context3.stop();
10850
+ }
10851
+ }), _callee3);
10852
+ })));
10853
+ return _FLVURL.apply(this, arguments);
10854
+ }
10831
10855
  var utils = {
10832
10856
  errors: errors,
10833
10857
  symbols: symbols,
@@ -10971,6 +10995,7 @@ function _typeof(o) {
10971
10995
  exports.FLOOR = FLOOR;
10972
10996
  exports.FLOORMATH = FLOORMATH;
10973
10997
  exports.FLOORPRECISE = FLOORPRECISE;
10998
+ exports.FLVURL = FLVURL;
10974
10999
  exports.FORECAST = FORECAST;
10975
11000
  exports.FREQUENCY = FREQUENCY;
10976
11001
  exports.FTEST = FTEST;