scope360-core 0.0.231 → 0.0.232
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/scope360-core.js
CHANGED
|
@@ -30118,7 +30118,7 @@ const ft = (t, e = {
|
|
|
30118
30118
|
};
|
|
30119
30119
|
function T5(t, e) {
|
|
30120
30120
|
const n = +new Date(e) - +new Date(t), s = Math.floor(n / (1e3 * 60 * 60 * 24)), i = Math.floor(n % (1e3 * 60 * 60 * 24) / (1e3 * 60 * 60)), r = Math.floor(n % (1e3 * 60 * 60) / (1e3 * 60)), a = Math.floor(n % (1e3 * 60) / 1e3), o = [];
|
|
30121
|
-
return s > 0 && o.push(`${s}
|
|
30121
|
+
return s > 0 && o.push(`${s}d`), i > 0 && o.push(`${i}h`), r > 0 && o.push(`${r}m`), a > 0 && o.push(`${a}s`), o.join(" ");
|
|
30122
30122
|
}
|
|
30123
30123
|
function FV(t) {
|
|
30124
30124
|
const e = /^(.*?)(BTC|ETH|USDT|USD|USDC)$/, n = t.match(e);
|