rapid-spreadjs 1.0.70 → 1.0.71
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.cjs.min.js +1 -1
- package/dist/index.cjs.min.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.esm.min.js +1 -1
- package/dist/index.esm.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -19484,7 +19484,7 @@ const FormulaUtils = {
|
|
|
19484
19484
|
if (array2 == null || array2 == undefined || (typeof array2 == 'string' && array2.trim().length == 0)) {
|
|
19485
19485
|
array2 = [];
|
|
19486
19486
|
}
|
|
19487
|
-
if (typeof array1 == 'string' && array1.trim().length > 0) {
|
|
19487
|
+
if (typeof array1 == 'number' || (typeof array1 == 'string' && array1.trim().length > 0)) {
|
|
19488
19488
|
array1 = [array1];
|
|
19489
19489
|
}
|
|
19490
19490
|
if (typeof array2 == 'string' && array2.trim().length > 0) {
|