Advanced Search
Search Results
3 total results found
readme.md for @api.global/typedrequest
A TypeScript library for making fully typed request/response cycles across any transport — HTTP, WebSockets, broadcast channels, or custom protocols. Define your API contract once as a TypeScript interface, then use it on both client and server with compile-ti...
readme.md for @api.global/typedrequest-interfaces
interfaces for making typed requests Install To install @api.global/typedrequest-interfaces, you need to have Node.js installed on your system. You can then add this package to your project by running the following command in your terminal: npm install @api.gl...
changelog.md for @api.global/typedrequest
2026-03-03 - 3.3.0 - feat(typedrouter) add middleware support to TypedRouter and export middleware type Introduces TMiddlewareFunction and TypedRouter.addMiddleware() to run pre-handler middleware (throw TypedResponseError to reject). Adds getTypedHandlerAndR...