@fileverse-dev/formulajs 4.4.11-mod-38-patch-001 → 4.4.11-mod-38-patch-003
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.11-mod-38-patch-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.11-mod-38-patch-003 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -11319,8 +11319,11 @@ function _typeof(o) {
|
|
|
11319
11319
|
}
|
|
11320
11320
|
function BLOCKSCOUT() {
|
|
11321
11321
|
console.log("HUMBLE");
|
|
11322
|
-
var
|
|
11323
|
-
return
|
|
11322
|
+
var args = argsToArray(arguments);
|
|
11323
|
+
return {
|
|
11324
|
+
args: args,
|
|
11325
|
+
name: "_BLOCKSCOUT"
|
|
11326
|
+
};
|
|
11324
11327
|
}
|
|
11325
11328
|
function _BLOCKSCOUT(_x6, _x7, _x8, _x9, _x0, _x1, _x10) {
|
|
11326
11329
|
return _BLOCKSCOUT2.apply(this, arguments);
|