0.0.1 • Published 2 years ago

route-ts v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

šŸ° route-ts

An experimental type-safe layered routing system.

šŸ”’ Fully type-safe. No any or even Record<string, any> types anywhere.

šŸ•ø Layered routing. Routes are a composition of smaller middleware-like layers.

🚮 Fully tree-shakable and dead-code-eliminable. Only the layers you use will be included in your final bundle.

🧩 Extensible. Add your own layers to the routing system, install new layers from npm, or use the provided ones.

0.0.2-alpha.0

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago