Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(StandardSchema, AsyncFunction) -> ValidatedHandler
Takes a standard schema and a callback handler -> produces a type-safe, schema-validated execution endpoint wrapper.
Problem it solves
Untrusted or malformed inputs from clients trigger runtime errors or vulnerabilities inside backend handlers.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.