- Atlanta, GA
- aymen.dev
Pinned Loading
-
-
-
-
Format file size like macOS
Format file size like macOS 1function formatSize(size) {
2const base = 1000; // 1000 or 1024
3const kb = base ** 1;
4const mb = base ** 2;
5const gb = base ** 3;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.