route-ts
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

🍰 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.

Readme

Keywords

none

Package Sidebar

Install

npm i route-ts

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

27.2 kB

Total Files

7

Last publish

Collaborators

  • schlez