Skip to content

Commit 419524e

Browse files
authored
Update README.md
1 parent fb0e740 commit 419524e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,6 @@ foo.delete = () => foo; // Cannot assign to 'delete' because it is a read-only p
228228

229229
See [Making ReadonlyDeep types Immutable](https://github.com/RebeccaStevens/is-immutable-type#making-readonlydeep-types-immutable) for more on this.
230230

231-
## A note on zod
232-
233-
[zod](https://github.com/colinhacks/zod) is great but it doesn't support readonly types (see e.g. https://github.com/colinhacks/zod/pull/1432). If you're reading this readme you probably care about readonly types. For this reason we recommend [io-ts](https://github.com/gcanti/io-ts), which has `t.readonly` and `t.readonlyArray`. See also https://github.com/danielnixon/eslint-plugin-total-functions/issues/334
234-
235231
## See Also
236232
* https://github.com/danielnixon/eslint-config-typed-fp
237233
* https://github.com/jonaskello/eslint-plugin-functional

0 commit comments

Comments
 (0)