An open API service indexing awesome lists of open source software.

https://github.com/alsiola/typerest

Type-safe server with runtime type validation
https://github.com/alsiola/typerest

Last synced: 11 days ago
JSON representation

Type-safe server with runtime type validation

Awesome Lists containing this project

README

          

# TypeRest

Type- and runtime-safe rest server written in TypeScript on top of express.

Guiding principle is that *all* types should be able to be inferred by usage.

See `demo/index.ts` for usage.

Not production ready.