@fileverse-dev/formulajs 4.4.20-mod-5 → 4.4.20-mod-6
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.
package/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.20-mod-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.20-mod-6 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -5020,7 +5020,7 @@ function _typeof(o) {
|
|
|
5020
5020
|
var res = performLookup(search_key, lookup_array, result_array, missing_value, match_mode, search_mode, isCol);
|
|
5021
5021
|
res = isCol ? Array.isArray(res) ? res.map((function(item) {
|
|
5022
5022
|
return [ item.toString() ];
|
|
5023
|
-
})) : res : res;
|
|
5023
|
+
})) : res : [ res ];
|
|
5024
5024
|
return res;
|
|
5025
5025
|
}
|
|
5026
5026
|
function normalizeLookupRange(lookup_range) {
|