Skip to content

Commit

Permalink
doc: 'empty' style option for !!null
Browse files Browse the repository at this point in the history
`empty` for `!!null` has been introduced by 421ed22
  • Loading branch information
thibaultdalban authored and rlidwka committed Jul 15, 2021
1 parent ba3460e commit 49baadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -149,6 +149,7 @@ output is shown on the right side after `=>` (default setting) or `->`:
"lowercase" => "null"
"uppercase" -> "NULL"
"camelcase" -> "Null"
"empty" -> ""
!!int
"binary" -> "0b1", "0b101010", "0b1110001111010"
Expand Down

0 comments on commit 49baadd

Please sign in to comment.