File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -511,10 +511,10 @@ console.log(
511511- [ ` zx.deepSnakeCaseCodec ` ] ( https://github.com/traversable/schema/tree/main/packages/zod#zxdeepsnakecasecodec )
512512
513513
514- ### ` zx.deepCamelCaseCodec ` (🔬)
514+ ### ` zx.deepCamelCaseCodec `
515515
516516> [ !WARN]
517- > Support for this feature is ** experimental** .
517+ > Support for this feature is ** experimental** (🔬) .
518518
519519Convert a zod schema into a codec that ** decodes any objects's keys to camel case** and ** encode any object's keys to snake case** , recursively.
520520
@@ -612,10 +612,10 @@ console.log(
612612- [ ` zx.convertCaseCodec ` ] ( https://github.com/traversable/schema/tree/main/packages/zod#zxconvertcasecodec )
613613
614614
615- ### ` zx.deepSnakeCaseCodec ` (🔬)
615+ ### ` zx.deepSnakeCaseCodec `
616616
617617> [ !WARN]
618- > Support for this feature is ** experimental** .
618+ > Support for this feature is ** experimental** (🔬) .
619619
620620Convert a zod schema into a codec that ** decodes any objects's keys to snake case** and ** encode any object's keys to camel case** , recursively.
621621
You can’t perform that action at this time.
0 commit comments