@logtape/logtape 0.10.0-dev.168 → 0.10.0-dev.170
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/formatter.d.ts +1 -1
package/package.json
CHANGED
package/types/formatter.d.ts
CHANGED
|
@@ -58,7 +58,7 @@ export interface TextFormatterOptions {
|
|
|
58
58
|
* (e.g., `"2023-11-14"`).
|
|
59
59
|
* - `"rfc3339"`: The date and time in RFC 3339 format
|
|
60
60
|
* (e.g., `"2023-11-14T22:13:20.000Z"`).
|
|
61
|
-
* - `"none"` or `"disabled"`: No
|
|
61
|
+
* - `"none"` or `"disabled"`: No display
|
|
62
62
|
*
|
|
63
63
|
* Alternatively, this can be a function that accepts a timestamp and returns
|
|
64
64
|
* a string.
|