@wastedondestiny/destiny-library 1.0.9 → 1.0.11
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/destiny-library.js
CHANGED
|
@@ -2762,7 +2762,7 @@ function EE(A) {
|
|
|
2762
2762
|
if (g > 5e8)
|
|
2763
2763
|
return "a long time ago";
|
|
2764
2764
|
let B = g / 31536e3;
|
|
2765
|
-
return B > 1 ? `${Math.floor(B)} year${Math.floor(B) > 1 ? "s" : ""} ago` : (B = g / 2592e3, B > 1 ? `${Math.floor(B)} month${Math.floor(B) > 1 ? "s" : ""} ago` : (B = g / 86400, B > 1 ? `${Math.floor(B)} day${Math.floor(B) > 1 ? "s" : ""} ago` : (B = g / 3600, B > 1 ? `${Math.floor(B)} hour${Math.floor(B) > 1 ? "s" : ""} ago` : (B = g / 60, B > 1 ? `${Math.floor(B)} minute${Math.floor(B) > 1 ? "s" : ""} ago` :
|
|
2765
|
+
return B > 1 ? `${Math.floor(B)} year${Math.floor(B) > 1 ? "s" : ""} ago` : (B = g / 2592e3, B > 1 ? `${Math.floor(B)} month${Math.floor(B) > 1 ? "s" : ""} ago` : (B = g / 86400, B > 1 ? `${Math.floor(B)} day${Math.floor(B) > 1 ? "s" : ""} ago` : (B = g / 3600, B > 1 ? `${Math.floor(B)} hour${Math.floor(B) > 1 ? "s" : ""} ago` : (B = g / 60, B > 1 ? `${Math.floor(B)} minute${Math.floor(B) > 1 ? "s" : ""} ago` : `${Math.floor(g)} second${Math.floor(g) > 1 ? "s" : ""} ago`))));
|
|
2766
2766
|
}
|
|
2767
2767
|
function ME(A) {
|
|
2768
2768
|
if (!A)
|