@borgar/fx 4.7.0 → 4.8.0

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/rc.js CHANGED
@@ -22,6 +22,7 @@ function toCoord (value, isAbs) {
22
22
  /**
23
23
  * Stringify a range object into R1C1 syntax.
24
24
  *
25
+ * @ignore
25
26
  * @private
26
27
  * @see parseR1C1Ref
27
28
  * @param {RangeR1C1} range A range object
@@ -132,6 +133,7 @@ function parseR1C1Part (ref) {
132
133
  * Parse a simple string reference to an R1C1 range into a range object.
133
134
  *
134
135
  * @private
136
+ * @ignore
135
137
  * @see parseA1Ref
136
138
  * @param {string} rangeString A range string
137
139
  * @returns {(RangeR1C1|null)} An object representing a valid reference or null if it is invalid.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@borgar/fx",
3
- "version": "4.7.0",
3
+ "version": "4.8.0",
4
4
  "description": "Utilities for working with Excel formulas",
5
5
  "main": "dist/fx.js",
6
6
  "types": "dist/fx.d.ts",