@fileverse-dev/formulajs 4.4.19 → 4.4.20

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.19 */
1
+ /* @fileverse-dev/formulajs v4.4.20 */
2
2
  var _excluded = [ "confirmations", "dataDecoded" ];
3
3
 
4
4
  function _objectWithoutProperties(e, t) {
@@ -4863,7 +4863,7 @@ function _typeof(o) {
4863
4863
  var sortColumnIndex = parseNumber(sortIndex);
4864
4864
  if (!sortColumnIndex || sortColumnIndex < 1) return value;
4865
4865
  sortColumnIndex = sortColumnIndex - 1;
4866
- var sortDirection = isAscending.toLowerCase() === "false" ? -1 : 1;
4866
+ var sortDirection = (isAscending === null || isAscending === void 0 ? void 0 : isAscending.toLowerCase()) === "false" ? -1 : 1;
4867
4867
  var parsedSortDirection = parseNumber(sortDirection);
4868
4868
  if (parsedSortDirection !== 1 && parsedSortDirection !== -1) return value;
4869
4869
  var isSortByColumn = parseBool(sortByColumn);