We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edeb12e commit 70d447fCopy full SHA for 70d447f
README.md
@@ -87,6 +87,7 @@ Currently, the following formats are provided:
87
- `FORMAT_PRECISE`: Precise timer value, without rounding it. e.g. `0.10180473327637`
88
- `FORMAT_MILLISECONDS`: Time in milliseconds, rounded to 2 decimals.
89
- `FORMAT_SECONDS`: Time in seconds, rounded to 3 decimals.
90
+ - `FORMAT_HUMAN`: Time in human readable format, for example `1.05 minutes`.
91
92
## Examples
93
0 commit comments