global: snapshot

This commit is contained in:
nym21
2026-03-26 20:23:09 +01:00
parent 18bb4186a8
commit 259960b80b
9 changed files with 136 additions and 203 deletions

View File

@@ -26,7 +26,7 @@ export const INDEX_LABEL = /** @type {const} */ ({
day1: "1d", day3: "3d", week1: "1w",
month1: "1m", month3: "3m", month6: "6m",
year1: "1y", year10: "10y",
halving: "halv", epoch: "diff",
halving: "halv", epoch: "epch",
});
/** @typedef {typeof INDEX_LABEL} IndexLabelMap */