@fileverse-dev/formulajs 4.4.50 → 4.4.51
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 +1 -25
- package/lib/browser/formula.min.js +2 -2
- package/lib/browser/formula.min.js.map +1 -1
- package/lib/cjs/index.cjs +0 -30
- package/lib/esm/index.mjs +1 -25
- package/package.json +1 -1
- package/types/cjs/index.d.cts +1 -7
- package/types/esm/index.d.mts +0 -6
package/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.51 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -29032,24 +29032,6 @@ function _typeof(o) {
|
|
|
29032
29032
|
}));
|
|
29033
29033
|
return _FLVURL.apply(this, arguments);
|
|
29034
29034
|
}
|
|
29035
|
-
function POLYMARKET() {
|
|
29036
|
-
return "Coming Soon";
|
|
29037
|
-
}
|
|
29038
|
-
function PRIVACYPOOL() {
|
|
29039
|
-
return "Coming Soon";
|
|
29040
|
-
}
|
|
29041
|
-
function ROTKI() {
|
|
29042
|
-
return "Coming Soon";
|
|
29043
|
-
}
|
|
29044
|
-
function MEERKAT() {
|
|
29045
|
-
return "Coming Soon";
|
|
29046
|
-
}
|
|
29047
|
-
function ARTEMIS() {
|
|
29048
|
-
return "Coming Soon";
|
|
29049
|
-
}
|
|
29050
|
-
function MYANIMELIST() {
|
|
29051
|
-
return "Coming Soon";
|
|
29052
|
-
}
|
|
29053
29035
|
var utils = {
|
|
29054
29036
|
errors: errors,
|
|
29055
29037
|
symbols: symbols,
|
|
@@ -29065,7 +29047,6 @@ function _typeof(o) {
|
|
|
29065
29047
|
exports.AGGREGATE = AGGREGATE;
|
|
29066
29048
|
exports.AND = AND;
|
|
29067
29049
|
exports.ARABIC = ARABIC;
|
|
29068
|
-
exports.ARTEMIS = ARTEMIS;
|
|
29069
29050
|
exports.ASIN = ASIN;
|
|
29070
29051
|
exports.ASINH = ASINH;
|
|
29071
29052
|
exports.ATAN = ATAN;
|
|
@@ -29298,7 +29279,6 @@ function _typeof(o) {
|
|
|
29298
29279
|
exports.MAXA = MAXA;
|
|
29299
29280
|
exports.MAXIFS = MAXIFS;
|
|
29300
29281
|
exports.MEDIAN = MEDIAN;
|
|
29301
|
-
exports.MEERKAT = MEERKAT;
|
|
29302
29282
|
exports.MID = MID;
|
|
29303
29283
|
exports.MIN = MIN;
|
|
29304
29284
|
exports.MINA = MINA;
|
|
@@ -29316,7 +29296,6 @@ function _typeof(o) {
|
|
|
29316
29296
|
exports.MULTINOMIAL = MULTINOMIAL;
|
|
29317
29297
|
exports.MULTIPLY = MULTIPLY$1;
|
|
29318
29298
|
exports.MUNIT = MUNIT;
|
|
29319
|
-
exports.MYANIMELIST = MYANIMELIST;
|
|
29320
29299
|
exports.N = N;
|
|
29321
29300
|
exports.NA = NA;
|
|
29322
29301
|
exports.NEGBINOM = NEGBINOM;
|
|
@@ -29356,12 +29335,10 @@ function _typeof(o) {
|
|
|
29356
29335
|
exports.PNL = PNL;
|
|
29357
29336
|
exports.POISSON = POISSON;
|
|
29358
29337
|
exports.POISSONDIST = POISSONDIST;
|
|
29359
|
-
exports.POLYMARKET = POLYMARKET;
|
|
29360
29338
|
exports.POWER = POWER;
|
|
29361
29339
|
exports.PPMT = PPMT;
|
|
29362
29340
|
exports.PRICE = PRICE;
|
|
29363
29341
|
exports.PRICEDISC = PRICEDISC;
|
|
29364
|
-
exports.PRIVACYPOOL = PRIVACYPOOL;
|
|
29365
29342
|
exports.PROB = PROB;
|
|
29366
29343
|
exports.PRODUCT = PRODUCT;
|
|
29367
29344
|
exports.PROPER = PROPER;
|
|
@@ -29381,7 +29358,6 @@ function _typeof(o) {
|
|
|
29381
29358
|
exports.REPT = REPT;
|
|
29382
29359
|
exports.RIGHT = RIGHT;
|
|
29383
29360
|
exports.ROMAN = ROMAN;
|
|
29384
|
-
exports.ROTKI = ROTKI;
|
|
29385
29361
|
exports.ROUND = ROUND;
|
|
29386
29362
|
exports.ROUNDDOWN = ROUNDDOWN;
|
|
29387
29363
|
exports.ROUNDUP = ROUNDUP;
|