Binds a complete set of endpoint builders to their handlers with
compile-time exhaustiveness checking.
TypeScript will report an error if any endpoint in endpoints is
missing from handlers, or if a handler's signature does not match
its endpoint. This is analogous to how @cleverbrush/mapper tracks
unmapped properties at the type level.
Binds a complete set of endpoint builders to their handlers with compile-time exhaustiveness checking.
TypeScript will report an error if any endpoint in
endpointsis missing fromhandlers, or if a handler's signature does not match its endpoint. This is analogous to how@cleverbrush/mappertracks unmapped properties at the type level.