We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f49eb commit 11f5015Copy full SHA for 11f5015
README.md
@@ -5,7 +5,9 @@ An optional second parameter is the decimal place to round to.
5
6
## Sample
7
filesize(1500); // "1.46MB"
8
+
9
filesize("1500000000"); // "1.40TB"
10
11
filesize("1500000000", 0); // "1TB"
12
13
## Information
0 commit comments