redo API
Open
- Dominant language
- JavaScript
- Stars
- 117
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
```js
var nanorouter = require('nanorouter')
var router = nanorouter()
router.route('default', function (params) {
})
router.route('/foo/:bar', function (params) {
})
router.match(window.location)
```
Base it on prototypes - and that's it I think :sparkles:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.