Skip to content

Commit c1f2046

Browse files
committed
Note on parsing empty strings
1 parent 9b39c4e commit c1f2046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ the consumer parsing the string, it can be unambigously parsed back to the origi
8484
##### Primitive
8585

8686
- `string | null`.
87-
- Excludes zero-length strings.
87+
- Excludes zero-length strings or treats them incidentally as `undefined`.
8888
- `number | null`.
8989
- `bigint | null`.
9090
- `boolean | null`.

0 commit comments

Comments
 (0)