typesafe-routes icon indicating copy to clipboard operation
typesafe-routes copied to clipboard

Spices up your favorite routing library by adding type safety to plain string-based route definitions.

Results 12 typesafe-routes issues
Sort by recently updated
recently updated
newest added

Hi, regarding this file: https://github.com/kruschid/typesafe-routes/edit/master/docs/basic-features/parameter-types.md In many examples we do have ``` ts import { createRoutes, oneOf } from "typesafe-routes"; const options = oneOf("movies", "music", "art") const routes = createRoutes({...

Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies