hackatime/app/javascript/pages/Home/signedIn/utils.ts
Mahad Kalam 28fe4739f5
Leaderboard Inertia'd + use cache + util dedup (#1121)
* make leaderboards go vrooom

* goog

* Make leaderboards great again

* Bit o' cleanup?

* goog

* goog

* Greptile
2026-03-30 14:39:05 +00:00

7 lines
106 B
TypeScript

export {
pluralize,
toSentence,
secondsToDisplay,
percentOf,
logScale,
} from "../../../utils";