0.0.1 ā€¢ Published 6 months ago

route-ts v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months 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

6 months ago

0.0.1

1 year ago

0.0.0

1 year ago