UNPKG
hurt
Version:
latest (0.1.0-alpha.1)
0.1.0-alpha.1
HTTP and SPA routing using RFC 6570 URI templates
github.com/jpommerening/hurt
jpommerening/hurt
hurt
/
src
/
index.js
8 lines
(5 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/* global module */
import
router
from
'./common'
;
import
{ mixin
as
node }
from
'./node'
; router.
mixins
.
unshift
( node );
module
.
exports
= router;