File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ sidebar_position: 1
66
77` io-ts-http ` brings type safety to HTTP data handling in TypeScript by embracing the
88"[ parse, don't validate] " philosophy. Rather than simply checking if incoming HTTP data
9- is valid, it also parse raw, less-structured data (like strings or JSON) into strongly
9+ is valid, it also parses raw, less-structured data (like strings or JSON) into strongly
1010typed, precise objects using the ` io-ts ` library. This parsing happens at the system
11- boundary, ensuring all types have use cases in your code. Once parsed, you can trust
12- that the data satisfies both [ type and semantic analysis] .
11+ boundary, ensuring all types have use cases in your code. Once parsed, you can trust the
12+ data satisfies both [ type and semantic analysis] .
1313
1414[ parse, don't validate] :
1515 https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/
You can’t perform that action at this time.
0 commit comments